検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 246 for where (0.005 sec.)
プリペアドステートメントのパラメータに変数をバインドする 5765
« mysqli_stmt::attr_set mysqli_stmt::bind_result » PHP Manual mysqli_stmt プリペアドステートメン ... */ $mysqli -> query ( "DELETE FROM CountryLanguage WHERE Language='Bavarian'" ); printf ( "%d row deleted.\ ... ysqli_query ( $link , "DELETE FROM CountryLanguage WHERE Language='Bavarian'" ); printf ( "%d row deleted.\ ... すために、 ... 演算子を使うことができます。 たとえば WHERE IN 条件で使えます。 <?php mysqli_report ( MYSQLI_R ... -> prepare ( "SELECT Language FROM CountryLanguage WHERE CountryCode IN (?, ?)" ); /* Using ... to provide ...
https://man.plustar.jp/php/mysqli-stmt.bind-param.html - [similar]
Execute a prepared SQL statement 5685
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid ... created. It is used for simple execution of query, where the parameter binding is not needed. In addition, ... = cubrid_execute ( $conn , "SELECT code FROM event WHERE name='100m Butterfly' and gender='M'" , CUBRID_ASY ... = cubrid_prepare ( $conn , "SELECT * FROM history WHERE event_code=?" ); cubrid_bind ( $history_req , 1 , ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]
更新されるフィールドを追加する 5685
« TableUpdate::orderby TableUpdate::where » PHP Manual mysql_xdevapi\TableUpdate 更新されるフィー ... es = $table -> update () -> set ( 'level' , 3 ) -> where ( 'age > 15 and age < 22' ) -> limit ( 4 ) -> orde ...
https://man.plustar.jp/php/mysql-xdevapi-tableupdate.set.html - [similar]
Check whether the instance pointed by OID exists 5614
« cubrid_insert_id cubrid_lob_close » PHP Manual CUBRID 関数 Check whether the instance pointed ... <<EOD SELECT host_year, medal, game_date FROM game WHERE athlete_code IN (SELECT code FROM athlete WHERE na ...
https://man.plustar.jp/php/function.cubrid-is-instance.html - [similar]
結果セットに名前を割り当てる 5614
« ibase_modify_user ibase_num_fields » PHP Manual Firebird/InterBase 関数 結果セットに名前を割り ... 前を割り当てます。この名前は、後で UPDATE|DELETE ... WHERE CURRENT OF name 文で使用します。 パラメータ result ... qry = ibase_prepare ( "UPDATE table SET field2 = ? WHERE CURRENT OF my_cursor" ); for ( $i = 0 ; ibase_fetc ...
https://man.plustar.jp/php/function.ibase-name-result.html - [similar]
直近に実行されたステートメントで変更・削除・追加、あるいは選択された行の総数を返... 5614
« mysqli_stmt mysqli_stmt::attr_get » PHP Manual mysqli_stmt 直近に実行されたステートメントで変更 ... 。ゼロの場合は、 UPDATE で 1 行も更新されなかった・ WHERE 句にマッチする行がなかった・ あるいはまだクエリが実 ... ery = "INSERT INTO myCountry SELECT * FROM Country WHERE Code LIKE ?" ; /* 文を準備します */ $stmt = $mysql ... ery = "INSERT INTO myCountry SELECT * FROM Country WHERE Code LIKE ?" ; /* 文を準備します */ $stmt = mysqli ...
https://man.plustar.jp/php/mysqli-stmt.affected-rows.html - [similar]
Read data from a GLO instance and save it in a file 5533
« CUBRID 廃止されたエイリアスと関数 cubrid_new_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 ... to read the data from. file_name Name of the file where you want to save the data in. 戻り値 true , when p ... cubrid_execute ( $con , "select image from person where id=1" ); if ( $req ) { list ( $oid ) = cubrid_fetc ...
https://man.plustar.jp/php/function.cubrid-load-from-glo.html - [similar]
Bind variables to a prepared statement as parameters 5453
« CUBRID 関数 cubrid_close_prepare » PHP Manual CUBRID 関数 Bind variables to a prepared stateme ... = cubrid_execute ( $conn , "SELECT code FROM event WHERE sports='Basketball' and gender='M'" ); $row = cubr ... d_prepare ( $conn , "SELECT athlete_code FROM game WHERE host_year=1992 and event_code=? and nation_code='U ... cubrid_prepare ( $conn , "SELECT name FROM athlete WHERE code=? AND nation_code='USA' AND event='Basketball ...
https://man.plustar.jp/php/function.cubrid-bind.html - [similar]
クエリを実行する 5453
« pg_query_params pg_result_error_field » PHP Manual PostgreSQL 関数 クエリを実行する pg_query ( ... $query = "UPDATE authors SET author=UPPER(author) WHERE id=1;" ; $query .= "UPDATE authors SET author=LOWE ... R(author) WHERE id=2;" ; $query .= "UPDATE authors SET author=NULL ... WHERE id=3;" ; pg_query ( $conn , $query ); ?> 参考 pg_c ...
https://man.plustar.jp/php/function.pg-query.html - [similar]
クエリを実行し、単一の結果を返す 5453
« SQLite3::query SQLite3::setAuthorizer » PHP Manual SQLite3 クエリを実行し、単一の結果を返す SQ ... ( $db -> querySingle ( 'SELECT username FROM user WHERE userid=1' )); print_r ( $db -> querySingle ( 'SELE ... CT username, email FROM user WHERE userid=1' , true )); ?> 上の例の出力は、 たとえば以 ...
https://man.plustar.jp/php/sqlite3.querysingle.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT