function_in_from_withfunc2_125.ans 575 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
-- @description function_in_from_withfunc2_125.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_read_setint_sql_stb(func2_sql_int_imm(5)) order by 1; 
 func1_read_setint_sql_stb 
---------------------------
                         2
                         3
                         4
                         5
                         6
                         8
                         9
                        10
                        11
(9 rows)