Is there a limit to how many record "ID's" that can be pulled by a query? If I have 435,000 records and I want to pull 12,000 records by their "ID" number what is the best way to do that with a mysql query? I know the ID numbers just need a query to pull them...I tried the IN but I could not pull the full list...