on 13/9/03 9:57 am, Peter Nguyen at [EMAIL PROTECTED] wrote:

> Cause "ORDER BY
> tbl_parent.parent_datetime AND tbl_child.child_datetime" doesn't seem to
> work. Any help would be appreciated, thanks.

The AND should be a , thus:

ORDER BY tbl_parent.parent_datetime, tbl_child.child_datetime

Roddie Grant
[EMAIL PROTECTED]


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to