Skip to content

Instantly share code, notes, and snippets.

View mystikraz's full-sized avatar

Raj Tandukar mystikraz

View GitHub Profile
@mystikraz
mystikraz / gist:0f04b25d634501b77dedb3ee46be1eed
Last active November 3, 2019 11:17
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