検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 462 for Select (0.017 sec.)
Get the error message 4413
« cubrid_errno cubrid_fetch_array » PHP Manual CUBRID MySQL 互換関数 Get the error message cubri ... b' , 'dba' , '' ); $req = cubrid_execute ( $con , "select id, name from person" ); if ( $req ) { while (list ... 493 Error Message: Syntax: Unknown class "person". select id, [name] from person 参考 cubrid_errno() - Retur ...
https://man.plustar.jp/php/function.cubrid-error.html - [similar]
Ping a server connection or reconnect if there is no connection 4413
« cubrid_num_fields cubrid_query » PHP Manual CUBRID MySQL 互換関数 Ping a server connection or ... suming this query will take a long time */ $sql = "select * from athlete" ; $result = cubrid_query ( $sql ); ... s still alive, let's run another query */ $sql2 = "select * from code" ; $result2 = cubrid_query ( $sql2 ); ...
https://man.plustar.jp/php/function.cubrid-ping.html - [similar]
PHP の変数を、クエリで取得するカラムに関連づける 4413
« oci_connect oci_error » PHP Manual OCI8 関数 PHP の変数を、クエリで取得するカラムに関連づける ... essage' ], ENT_QUOTES ), E_USER_ERROR ); } $sql = 'SELECT location_id, city FROM locations WHERE location_id ... ), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'SELECT * FROM mytab' ); // 大文字小文字を区別しないカラム ... ), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'SELECT * FROM mytab' ); // 実行する前に定義しなければなり ... ), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'SELECT * FROM mytab' ); // 実行する前に定義しなければなり ...
https://man.plustar.jp/php/function.oci-define-by-name.html - [similar]
プリペアドステートメントを実行する 4413
« mysqli_stmt::$error mysqli_stmt::fetch » PHP Manual mysqli_stmt プリペアドステートメントを実行 ... City テーブルから全ての行を取得します */ $query = "SELECT Name, CountryCode, District FROM myCity" ; $result ... City テーブルから全ての行を取得します */ $query = "SELECT Name, CountryCode, District FROM myCity" ; $result ... City テーブルから全ての行を取得します */ $query = 'SELECT Name, CountryCode, District FROM myCity' ; $result ... City テーブルから全ての行を取得します */ $query = 'SELECT Name, CountryCode, District FROM myCity' ; $result ...
https://man.plustar.jp/php/mysqli-stmt.execute.html - [similar]
結果セットのカラムに対するメタデータを返す 4413
« PDOStatement::getAttribute PDOStatement::getIterator » PHP Manual PDOStatement 結果セットのカラ ... ムに対するメタデータの 取得結果を表示します。 <?php $select = $DB -> query ( 'SELECT COUNT(*) FROM fruit' ); $ ... meta = $select -> getColumnMeta ( 0 ); var_dump ( $meta ); ?> 上の ...
https://man.plustar.jp/php/pdostatement.getcolumnmeta.html - [similar]
定義済み定数 4413
« リソース型 例 » PHP Manual PostgreSQL 定義済み定数 定義済み定数 以下の定数が定義されています。 ... ます。 コマンドは正常に終了し、データを返しました ( SELECT や SHOW など)。 PGSQL_COPY_OUT ( int ) pg_result_ ... します。 PGSQL_DML_NO_CONV ( int ) pg_insert() や pg_select() 、 pg_update() 、 pg_delete() に渡します。 すべて ... ましょう。 PGSQL_DML_EXEC ( int ) pg_insert() や pg_select() 、 pg_update() 、 pg_delete() に渡します。 これら ... 行します。 PGSQL_DML_ASYNC ( int ) pg_insert() や pg_select() 、 pg_update() 、 pg_delete() に渡します。 これら ...
https://man.plustar.jp/php/pgsql.constants.html - [similar]
4364
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... abase Connection Error" ; exit; } ?> <?php $sql = "select sports, count(players) as players from event group ... runs in a 3-tier architecture. Even when * calling SELECT for transaction processing, it is processed as a p ... d back * by calling commit or rollback even though SELECT was called for smooth * performance. */ cubrid_com ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]
Check whether the instance pointed by OID exists 4364
« cubrid_insert_id cubrid_lob_close » PHP Manual CUBRID 関数 Check whether the instance pointed ... ( "localhost" , 33000 , "demodb" ); $sql = <<<EOD SELECT host_year, medal, game_date FROM game WHERE athlet ... e_code IN (SELECT code FROM athlete WHERE name='Thorpe Ian'); EOD; $ ...
https://man.plustar.jp/php/function.cubrid-is-instance.html - [similar]
Perform a query without fetching the results into memory 4364
« cubrid_result CUBRID 廃止されたエイリアスと関数 » PHP Manual CUBRID MySQL 互換関数 Perform a q ... opened by cubrid_connect() is assumed. 戻り値 For SELECT, SHOW, DESCRIBE or EXPLAIN statements returns a re ... $link ) { die( 'Could not connect.' ); } $query = "select * from code" ; $result = cubrid_unbuffered_query ( ...
https://man.plustar.jp/php/function.cubrid-unbuffered-query.html - [similar]
待機中のイベントがある場合に正の数を返す 4364
« inotify_init inotify_read » PHP Manual Inotify 関数 待機中のイベントがある場合に正の数を返す i ... y_init() - inotify インスタンスを初期化する stream_select() - select() システムコールと同等の操作を、 ストリ ...
https://man.plustar.jp/php/function.inotify-queue-len.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT