Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Andy] ORDER BY RAND()

Quote Reply
Re: [Andy] ORDER BY RAND() In reply to
Hmm. I will not able to tell the problem, without trying out.
However at first fight I see 1 thing which is unnecessary:
$sth2 = $table2->select( GT::SQL::Condition->new('SetID', '=', 4) );

Would be same to use:
$sth2 = $table2->select( { SetID => 4 } );

Best regards,
Webmaster33


Paid Support
from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...
Subject Author Views Date
Thread ORDER BY RAND() Andy 4390 Jan 28, 2003, 3:52 AM
Thread Re: [Andy] ORDER BY RAND()
Paul 4304 Jan 28, 2003, 4:22 AM
Thread Re: [Paul] ORDER BY RAND()
Andy 4288 Jan 28, 2003, 4:25 AM
Thread Re: [Andy] ORDER BY RAND()
Andy 4279 Jan 28, 2003, 8:32 AM
Thread Re: [Andy] ORDER BY RAND()
webmaster33 4274 Jan 28, 2003, 6:14 PM
Post Re: [webmaster33] ORDER BY RAND()
Andy 4225 Jan 29, 2003, 2:14 AM
Thread Re: [Andy] ORDER BY RAND()
Paul 4257 Jan 29, 2003, 3:10 AM
Post Re: [Paul] ORDER BY RAND()
Andy 4251 Jan 29, 2003, 3:33 AM
Thread Re: [Andy] ORDER BY RAND()
pugdog 4220 Jan 30, 2003, 11:37 AM
Post Re: [pugdog] ORDER BY RAND()
Andy 4229 Jan 31, 2003, 1:13 AM