August 2008
MonTueWedThuFriSatSun
« Jun Oct »
 123
45678910
11121314151617
18192021222324
25262728293031

Month August 2008

Inserting from a select in MySQL

Quite simple but something I can never seem to remember: INSERT INTO files_users (file_id, user_id) SELECT id, ’2′ FROM efs.files; found @ http://mysql-tips.blogspot.com/2005/04/mysql-insert-select-example.html