Blogroll

Get a website with Godaddy


Logo designer Fiverr Frelancer

Monday, September 15, 2014

Simple Insert statement

There are 2 ways of deleting records from table in database.
Option 1 :

truncate table JDESY910.F00950;  or
delete JDESY910.F00950;
 insert into JDESY910.F00950 select * from SMYEONG.F00950B;



Option 2 :

drop JDESY910.F00950;
Create table "JDESY910".F00950 as select * from "SMYEONG"."F00950B" where '1' = '1'

* this method will not create indexes and not good for big transaction table

Hope that helps....








No comments:

Post a Comment

Amazon store

alidropship plugin

alidropship plugin
alidropship plugin

Total Pageviews

About