mysql与oracle区别

mysql要求所有的派生table必须有别名,例如:select *from (select *from ad_space where id = 52441) a 或select *from (select *from ad_space where id = 52441) as a

posted @ 2011-12-16 16:12  彭满意  阅读(230)  评论(0)    收藏  举报