View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 09:48 AM
Josselin
 
Posts: n/a
Default select .. where ..in TOO LONG

I need to perform a select based on a list of id's , it's fine when the
number of id's is not too big, but when It can be very large..

what options could I have ?

create a temporary table and match with this table ... each time I need
to perform the select... ?
no better option in term of performances ?

thanks for yoru lights

joss

Reply With Quote