Skip to content

Instantly share code, notes, and snippets.

@tkstone
Last active April 23, 2019 01:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkstone/151e8704ee322f91899d335f34d502e3 to your computer and use it in GitHub Desktop.
Save tkstone/151e8704ee322f91899d335f34d502e3 to your computer and use it in GitHub Desktop.
CREATE TABLE TB_SOURCE(
col1 VARCHAR2(10),
col2 VARCHAR2(20),
col3 VARCHAR2(20)
);
CREATE TABLE TB_TARGET(
new_col1 VARCHAR2(10),
new_col2 VARCHAR2(20),
new_col3 VARCHAR2(20)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment