Home


brian

using subselects to insert records is fun! insert into users_disabled (name,id) select name,id from users where id = 41;

from web