Ysgrifennodd Tomás Abad Fernández:
I dont know why thease don't work at MySql 3.21 , anyone can help me to make
this compatible with mysql3?
$query = "SELECT * FROM facturas WHERE pedido IN (SELECT orders_id FROM
orders WHERE user_id='".$user."') ORDER BY factura_id";
Thanks for all.
If I remember correctly, 3.21 didn't do sub-queries. You had to use
temp tables.
Someone else will correct me if I'm wrong.
Peter
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]