Mysql subquery order
Does the order of the results inside a mysql subquery affect the order of
the actual query? I tried it but did not came to a real result cause
sometimes it seemed so and sometimes it doesn't.
eg: select name from people where pid in (select mid from member order by
mdate)
Is the "order by"-clause going to affect the order of the results in this
case?
Thanks.
No comments:
Post a Comment