Next time you come over, maybe you can help hold him or take the shot. 
He's such a pain to take pictures of, he walks right up to the camera.

On Tue, 2004-06-22 at 09:50, Leonardo Francalanci wrote:
> > It looks as if you are being over-complex anyway. Isn't what you want
> > 
> > SELECT * FROM PARTITIONED_B ORDER BY RAND() LIMIT 1 ;
> > 
> > which picks a single random record.
> 
> 
> No, I have to know which is the ID I pick before doing the select
> (because I splitted my data, and when I access the splitted table
> I have code like:
> 
> int table = ((m / 2000000) + 1);
> String query = "SELECT * FROM PARTITIONED_B_" + table + " WHERE ID=?";
> )
> 
> 
> Thank you anyway
-- 
Richard F. Rebel
[EMAIL PROTECTED]
t. 212.239.0000

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to