Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE TABLE postgres.newtable (
- column1 varchar NULL
- );
- INSERT INTO postgres.newtable
- (column1)
- VALUES('test');
- INSERT INTO postgres.newtable
- (column1)
- VALUES('test');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement