> See MySQL 4.x. They also have subselects now (HUGE!). As for an Well, not really. Nested queries are scheduled for 4.1. 4.0 is in gamma, 4.1 isn't even available for download as alpha. You'll have to go with Postgres for now if you need subselects.
Regarding row locking and transactions, look at the InnoDB table type, which is fully ACID compliant. John -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

