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  彭满意  阅读(214)  评论(0编辑  收藏  举报