Thank you for reading this article MySQL INSERT SELECT example With URL http://x-tutorials.blogspot.com/2005/04/mysql-insert-select-example.html. Also a time to read the other articles.
Sunday, April 17, 2005
Browse » Home »
Mysql Tutorials
» MySQL INSERT SELECT example
MySQL INSERT SELECT example
insert into user (id, name, email, passwd, ref, joindate) select idm, user_name, email, pass, refferal, sysdate() from db.members;
Posted by
Lynx
Labels:
Mysql Tutorials
Subscribe to:
Post Comments (Atom)


0 comments:
Write your comment for this article MySQL INSERT SELECT example above!