Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Mysqlでは、データを挿入、削除、または更新するmysql_affected_rows(), と、影響を受ける行の数が取得され、同じようPHPにvariable.
mysql_affected_rows(),
PHP
variable
では、Oracle で mysql_affected_rows に相当するものは何ですか?
Oracleで影響を受ける行数を取得するにはどうすればよいですか?
function name同じものを使用したりPHP、その値をPHP variable.
function name
PHP variable
グーグルが私に言ったように:
http://php.net/manual/en/function.oci-num-rows.php
oci_num_rows()トリックを行う必要があります。
oci_num_rows()