function_in_from_withfunc2_20.ans 315 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
-- @description function_in_from_withfunc2_20.sql
-- @db_name functionproperty
-- @author tungs1
-- @modified 2013-04-03 12:00:00
-- @created 2013-04-03 12:00:00
-- @tags functionProperties
SELECT * FROM func1_nosql_imm(func2_nosql_vol(5)) order by 1; 
 func1_nosql_imm 
-----------------
               7
(1 row)