Community Member Profile
Ed
Member since Dec 11, 2008
- Profile: /members/1536-Ed.htm
- Comments: 1
- Points: 1
Recent Blog Comments By Ed
-
SQL EXISTS Exploration (Thanks Christoph Schmitz!)
Posted on Sep 6, 2007 at 7:15 AM
Great series! Another useful SQL technique is using SELECT in conjunction with INSERT in order to insert multiple rows via a single SQL statement. INSERT users (id, name, email) SELECT userid, fullname, emailaddress FROM excelExport ORDER BY fullname
read more »



