検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 300 for INSERT (0.011 sec.)
直近のステートメントのコールに関するエラーコードを返す 4461
« mysqli_stmt::data_seek mysqli_stmt::$error_list » PHP Manual mysqli_stmt 直近のステートメントの ... BLE myCountry LIKE Country" ); $mysqli -> query ( "INSERT INTO myCountry SELECT * FROM Country" ); $query = ... myCountry LIKE Country" ); mysqli_query ( $link , "INSERT INTO myCountry SELECT * FROM Country" ); $query = ...
https://man.plustar.jp/php/mysqli-stmt.errno.html - [similar]
直近で実行したステートメントからのエラーの一覧を返す 4461
« mysqli_stmt::$errno mysqli_stmt::$error » PHP Manual mysqli_stmt 直近で実行したステートメントか ... BLE myCountry LIKE Country" ); $mysqli -> query ( "INSERT INTO myCountry SELECT * FROM Country" ); $query = ... myCountry LIKE Country" ); mysqli_query ( $link , "INSERT INTO myCountry SELECT * FROM Country" ); $query = ...
https://man.plustar.jp/php/mysqli-stmt.error-list.html - [similar]
直近のステートメントのエラー内容を文字列で返す 4461
« mysqli_stmt::$error_list mysqli_stmt::execute » PHP Manual mysqli_stmt 直近のステートメントのエ ... BLE myCountry LIKE Country" ); $mysqli -> query ( "INSERT INTO myCountry SELECT * FROM Country" ); $query = ... myCountry LIKE Country" ); mysqli_query ( $link , "INSERT INTO myCountry SELECT * FROM Country" ); $query = ...
https://man.plustar.jp/php/mysqli-stmt.error.html - [similar]
ステートメントの実行 4461
« データベース接続 プリペアドステートメント » PHP Manual クイックスタートガイド ステートメントの ... "CREATE TABLE test(id INT)" ); $mysqli -> query ( "INSERT INTO test(id) VALUES (1), (2), (3)" ); $result = $ ... est(id INT, label CHAR(1))" ); $mysqli -> query ( "INSERT INTO test(id, label) VALUES (1, 'a')" ); $result = ... est(id INT, label CHAR(1))" ); $mysqli -> query ( "INSERT INTO test(id, label) VALUES (1, 'a')" ); $result = ...
https://man.plustar.jp/php/mysqli.quickstart.statements.html - [similar]
直近の SQL ステートメントによって作用した行数を返す 4461
« PDOStatement::nextRowset PDOStatement::setAttribute » PHP Manual PDOStatement 直近の SQL ステー ... ment オブジェクトによって実行された 直近の DELETE, INSERT, UPDATE 文によって作用した行数を返します。 関連する ... された行数を返す PDOStatement::rowCount() は DELETE, INSERT, UPDATE 文によって作用した行数を返します。 <?php / ...
https://man.plustar.jp/php/pdostatement.rowcount.html - [similar]
TableInsert クラス 4433
« TableDelete::where TableInsert::__construct » PHP Manual Mysql_xdevapi TableInsert クラス Tabl ... eInsert クラス (PECL mysql-xdevapi >= 8.0.11) はじめに テー ... テートメントです クラス概要 class mysql_xdevapi\TableInsert implements mysql_xdevapi\Executable { /* メソッド ... c values ( array $row_values ): mysql_xdevapi\TableInsert } 目次 TableInsert::__construct — TableInsert クラ ... スのコンストラクタ TableInsert::execute — insert クエリを実行する TableInsert::va ...
https://man.plustar.jp/php/class.mysql-xdevapi-tableinsert.html - [similar]
PHP の配列を Oracle PL/SQL の配列に名前でバインドする 4433
« OCI8 関数 oci_bind_by_name » PHP Manual OCI8 関数 PHP の配列を Oracle PL/SQL の配列に名前でバイ ... OCEDURE iobind(c1 IN OUT ARRTYPE) IS BEGIN -- Bulk Insert FORALL i IN INDICES OF c1 INSERT INTO bind_example ...
https://man.plustar.jp/php/function.oci-bind-array-by-name.html - [similar]
サンプル 4433
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... e of Data Retrieval Example#1108 - Example of Data Insertion Example#1109 - cubrid_bind example Example#1110 ... le#1137 - cubrid_get example Example#1138 - cubrid_insert_id example Example#1139 - cubrid_is_instance examp ... cubrid_seq_drop example Example#1168 - cubrid_seq_insert example Example#1169 - cubrid_seq_put example Exam ... mple#1204 - cubrid_send_glo example Example#1205 - Inserting a record in a dBase database Example#1206 - Clo ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
Add an update operation to the bulk 4433
« MongoDB\Driver\BulkWrite::insert MongoDB\Driver\Session » PHP Manual MongoDB\Driver\BulkWrite ... ool If filter does not match an existing document, insert a single document. The document will be created fr ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.update.html - [similar]
プリペアドステートメントから結果セットのメタデータを返す 4433
« mysqli_stmt::reset mysqli_stmt::send_long_data » PHP Manual mysqli_stmt プリペアドステートメン ... (id int, name varchar(20))" ); $mysqli -> query ( "INSERT INTO friends VALUES (1,'Hartmut'), (2, 'Ulf')" ); ... int, name varchar(20))" ); mysqli_query ( $link , "INSERT INTO friends VALUES (1,'Hartmut'), (2, 'Ulf')" ); ...
https://man.plustar.jp/php/mysqli-stmt.result-metadata.html - [similar]