04-16-2008, 08:19 PM
|
#3 (permalink)
|
|
The Acquainted
Join Date: Feb 2008
Posts: 119
Thanks: 17
|
[SQL]
SELECT category.id
FROM category, details
WHERE category.id = details.category
LIMIT 5;
[/SQL]
or maybe this?
Last edited by freenity : 04-16-2008 at 08:21 PM.
Reason: how do I write [SQL] tags properly??
|
|
|
|