Ramchandran Natesan

Greenhorn
+ Follow
since Jun 09, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ramchandran Natesan

if you want query datas from one table and enter the output of the select query to another table can use query like this

"insert into table2 (ACCOUNTTYPE,ACCOUNTID) SELECT ACCOUNTTYPE,ACCOUNTID FROM table1" can use some where condition in select query part

This is working fine in mysql

Ramachandran
14 years ago