Is there a limit to the number of entries I can pass in an IN clause as part of a SELECT statement? As inSELECT baz FROM foo where id in ( 1, 2,... ) ; Thanks, -Said