oracle的in查询,同时存在子查询和固定值怎么办_百度知道
最佳答案: 不能写常量,可以用union,oracle的写法: SELECT * FROM table where t.id in (select a.id from table2 a union select 1 from dual);更多关于oracle 9i 子查询 值合并的问题>>
Oracle中将查询出的多条记录的某个字段拼接成一个字符..._百度知道
[专业]答案:with temp as( select 'China' nation ,'Guangzhou' city from dual union all select 'China' nation ,'Shanghai' city from dual union all select...更多关于oracle 9i 子查询 值合并的问题>>