Created
October 4, 2013 12:59
-
-
Save dodopok/6825516 to your computer and use it in GitHub Desktop.
Copia registro para outra tabela
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
insert into dues_storage (f1, f2, f3, cd) | |
select f1, f2, f3, current_date() from dues where id = 5; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment