Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/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 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_cursor.phpt43 open c1 for select * from imp_res_get_cursor_tab_2 where rownum < 3 order by 1;
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-8.0/ext/odbc/
H A Dphp_odbc.c1358 SQLLEN rownum; in php_odbc_fetch_hash() local
1366 rownum = pv_row; in php_odbc_fetch_hash()
1386 if (rownum > 0) { in php_odbc_fetch_hash()
1387 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_ABSOLUTE,rownum,&crow,RowStatus); in php_odbc_fetch_hash()
1402 if (rownum > 0 && result->fetch_abs) in php_odbc_fetch_hash()
1403 result->fetched = rownum; in php_odbc_fetch_hash()
1519 SQLLEN rownum = -1; in PHP_FUNCTION() local
1527 rownum = pv_row; in PHP_FUNCTION()
1550 if (rownum > 0) { in PHP_FUNCTION()
1564 if (rownum > 0 && result->fetch_abs) in PHP_FUNCTION()
[all …]

Completed in 18 milliseconds