Searched refs:rownum (Results 1 – 10 of 10) sorted by relevance
31 …$sql = "select id from (select a.*, rownum rnum from (SELECT * FROM test) a where rownum <= :limit…
46 open c1 for select * from imp_res_cursor_tab_2 where rownum < 3 order by 1;
43 open c1 for select * from imp_res_get_cursor_tab_2 where rownum < 3 order by 1;
59 if (!($s = oci_parse($c, 'select * from fetch_object_tab where rownum < 2 order by "caseSensitive"'…
43 open c1 for select * from imp_res_get_1_tab_2 where rownum < 3 order by 1;
43 open c1 for select * from imp_res_get_2_tab_2 where rownum < 3 order by 1;
46 open c1 for select * from imp_res_get_3_tab_2 where rownum < 3 order by 1;
43 open c1 for select * from imp_res_1_tab_2 where rownum < 3 order by 1;
1727 SQLLEN rownum; in php_odbc_fetch_hash() local1735 rownum = pv_row; in php_odbc_fetch_hash()1755 if (rownum > 0) { in php_odbc_fetch_hash()1772 result->fetched = rownum; in php_odbc_fetch_hash()1884 SQLLEN rownum = -1; in PHP_FUNCTION() local1892 rownum = pv_row; in PHP_FUNCTION()1914 if (rownum > 0) { in PHP_FUNCTION()1929 result->fetched = rownum; in PHP_FUNCTION()2033 SQLLEN rownum; in PHP_FUNCTION() local2047 rownum = pv_row; in PHP_FUNCTION()[all …]
Completed in 16 milliseconds