in reply to Re: (OT) MySQL query to limit and sort
in thread (OT) MySQL query to limit and sort
my $data = qq[SELECT id, url, images, Total FROM temp WHERE id > (SEL +ECT MAX(id) - 10) ORDER BY Total DESC];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: (OT) MySQL query to limit and sort
by saberworks (Curate) on Feb 03, 2006 at 22:47 UTC | |
by rhesa (Vicar) on Feb 03, 2006 at 23:01 UTC |