Last active
November 3, 2019 11:17
-
-
Save mystikraz/0f04b25d634501b77dedb3ee46be1eed to your computer and use it in GitHub Desktop.
Create table from another table in database
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
| SELECT * INTO dbo.rmd_kotprod FROM EMIRATE.dbo.RMD_KOTPROD | |
| if table already exists then | |
| insert into dbo.Menu select * from labim.dbo.MENU |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment