Skip to content

Instantly share code, notes, and snippets.

@mystikraz
Last active November 3, 2019 11:17
Show Gist options
  • Select an option

  • Save mystikraz/0f04b25d634501b77dedb3ee46be1eed to your computer and use it in GitHub Desktop.

Select an option

Save mystikraz/0f04b25d634501b77dedb3ee46be1eed to your computer and use it in GitHub Desktop.
Create table from another table in database
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