PHP基础PHP教程php框架JavaScript
asp.netAJAX正则表达式ASP
或
with 别名1 as(select * from table1),
.............
别名n as(select * from tablen)
示例:
with 别名 as(select * from table where ....) select * from 别名
ps:使用with as最后的select返回不能不写啊!!!!
oracle--with as
标签: