当前位置:Gxlcms > 数据库问题 > oracle 基本用法

oracle 基本用法

时间:2021-07-01 10:21:17 帮助过:4人阅读

temp_table as (select * from table) select * from temp_table

  如果需要建立多个临时表,则使用:

with temp_tablea as
     (select * from tablea),
       temp_tableb as 
     (select * from tableb)

 

oracle 基本用法

标签:table   select   rom   bsp   emp_table   oracl   div   需要   nbsp   

人气教程排行