in reply to Re^3: (OT) MySQL query to limit and sort
in thread (OT) MySQL query to limit and sort
Sorry to bug you, you've been much help already. I am confused by this particular code.
I know it's pseudo code but I was wondering if perhaps you could show me a small working sample with columns: id, url, images and Total? I am pretty confused by what you mean here. The table is "temp".select baz.id, foo.name from foo, -- regular table ( select id, frob from bar ) baz -- a sub-select where foo.id = baz.frob -- something that joins the two
Thank you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: (OT) MySQL query to limit and sort
by rhesa (Vicar) on Feb 06, 2006 at 01:31 UTC |