Home
last modified time | relevance | path

Searched refs:rownum (Results 1 – 10 of 10) sorted by relevance

/PHP-7.3/ext/pdo/tests/
H A Dbug_65946.phpt31 …$sql = "select id from (select a.*, rownum rnum from (SELECT * FROM test) a where rownum <= :limit…
/PHP-7.3/ext/oci8/tests/
H A Dimp_res_cursor.phpt46 open c1 for select * from imp_res_cursor_tab_2 where rownum < 3 order by 1;
H A Dimp_res_get_cursor.phpt43 open c1 for select * from imp_res_get_cursor_tab_2 where rownum < 3 order by 1;
H A Dfetch_object.phpt59 if (!($s = oci_parse($c, 'select * from fetch_object_tab where rownum < 2 order by "caseSensitive"'…
H A Dfetch_object_1.phpt59 if (!($s = oci_parse($c, 'select * from fetch_object_tab where rownum < 2 order by "caseSensitive"'…
H A Dimp_res_get_1.phpt43 open c1 for select * from imp_res_get_1_tab_2 where rownum < 3 order by 1;
H A Dimp_res_get_2.phpt43 open c1 for select * from imp_res_get_2_tab_2 where rownum < 3 order by 1;
H A Dimp_res_get_3.phpt46 open c1 for select * from imp_res_get_3_tab_2 where rownum < 3 order by 1;
H A Dimp_res_1.phpt43 open c1 for select * from imp_res_1_tab_2 where rownum < 3 order by 1;
/PHP-7.3/ext/odbc/
H A Dphp_odbc.c1727 SQLLEN rownum; in php_odbc_fetch_hash() local
1735 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() local
1892 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() local
2047 rownum = pv_row; in PHP_FUNCTION()
[all …]

Completed in 16 milliseconds