Thread
:
Any SQL gurus in the house? Can you help?
View Single Post
09-24-2008, 07:09 PM
brandonstills
Confirmed User
Join Date: Dec 2007
Location: Chatsworth, CA
Posts: 1,964
1. Get the list of ids on server #1
2. Combine them into a comma separated list: join(', ', $theList);
3. "SELECT * FROM table WHERE id NOT IN ($theList)"
__________________
Brandon Stills
Industry and programming veteran
[email protected]
| skype: brandonstills | ICQ #495-171-318
brandonstills
View Public Profile
Visit brandonstills's homepage!
Find More Posts by brandonstills