Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
SELECT statementの意味・使い方・読み方 | Weblio英和辞書
[go: Go Back, main page]


小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > コンピューター用語 > SELECT statementの意味・解説 

SELECT statementとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

意味・対訳 SELECT文とは、リレーショナルデータベースのテーブル(表)の行を読み取るためのSQL文である。、SELECT文


「SELECT statement」の部分一致の例文検索結果

該当件数 : 19



例文

Code Listing4.7: Attempting the SELECT statement発音を聞く 例文帳に追加

コード表示4.7:SELECTを試みる - Gentoo Linux

However, one access we did grant is the SELECT statement.発音を聞く 例文帳に追加

しかしながら、許可した権限はSELECTです。 - Gentoo Linux

Query ArraysEach SQL select statement is defined by a "query array".発音を聞く 例文帳に追加

SQL の select 文は "クエリ配列" として定義されます。 - PEAR

The order is taken from the select statement.発音を聞く 例文帳に追加

要素の並び順は、SELECT 文の内容によって決まります。 - PEAR

DELETE FROM table WHERE field='value'; You may notice that DELETE is somewhat similiar to the SELECT statement in its format.例文帳に追加

DELETEの構文はSELECTにどこか似ていることに気づくかもしれません。 - Gentoo Linux

Notice how the IDE has modified the select statement in the Source Code pane.発音を聞く 例文帳に追加

「ソースコード」区画で select 文がどのように変更されているかを確認してください。 - NetBeans

例文

In order to make things easier to read, we'll go ahead and use the third version of the SELECT statement.例文帳に追加

そこで照会を楽にするために、SELECTコマンドの3番目の形式を使いましょう。 - Gentoo Linux

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

Weblio英和対訳辞書での「SELECT statement」の意味

SELECT statement


SELECT statement

Weblio英和対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

Weblio例文辞書での「SELECT statement」に類似した例文

select statement

Weblio例文辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「SELECT statement」の部分一致の例文検索結果

該当件数 : 19



例文

Sub-queries are often referred to as sub-selects, as they allow a SELECT statement to be executed arbitrarily within the body of another SQL statement.発音を聞く 例文帳に追加

副問合せは副選択と呼ばれることがある。それらが他のSQL文の本体中でSELECT文を任意に実行させられるからである。 - コンピューター用語辞典

The selection criterion is the name received from the index.php as user.The syntax of a SELECT SQL statement can be briefly described as follows:発音を聞く 例文帳に追加

選択の基準は、index.php から「user」として受け取った名前です。 次に、SQL 文「SELECT」の構文を簡単に説明します。 - NetBeans

'order' - the ORDER BY clause The values of the 'select', 'from', 'where', 'group', 'having', and 'order' elements are strings that contain the text of correspondingclause of the desired SQL statement, excluding the keywords SELECT, FROM, WHERE, GROUP BY, HAVING, or ORDER, respectively.発音を聞く 例文帳に追加

'order' - ORDER BY 句'select'、'from'、'where'、'group'、'having' そして 'order'の各要素の値は、SQL 文のそれぞれの句に対応する文字列となります。 ただし、それぞれのキーワード SELECT、FROM、WHERE、GROUP BY、HAVINGそして ORDER はのぞきます。 - PEAR

When it is present, $from is a sequential list of tables that should be searched for a column of the specified name (as in the from clause of an SQL select statement).発音を聞く 例文帳に追加

$from はテーブル名 (SQL の select 文の from 句で指定したもの)の配列で、ここから指定した名前のカラムを探します。 - PEAR

A template having its name 'SELECT-1' is taken out of a template storing part 141 and outputted to an SQL statement production part 144.例文帳に追加

テンプレート格納部141よりテンプレート名「SELECT-1」のテンプレートを取り出し、SQL文作成部144に出力する。 - 特許庁

The Insert Codecommand provides a Database Table option that creates the code needed to execute a SELECT statement in MySQL.例文帳に追加

「コードを挿入」コマンドは、MySQL で SELECT 文を実行するために必要なコードを作成する「データベース表」オプションを提供します。 - NetBeans

For most of the allowed elements of a query array, the key is a lower case version of the keyword that begins a clause in the SELECT statement (e.g., 'select', 'from', 'where', etc.), and the value is the text of the remainder of that clause, excluding the keyword.例文帳に追加

クエリ配列で使用できる要素のキーのほとんどは、SELECT 文の句に使用するキーワードを小文字にしたものとなります(たとえば 'select'、'from'、'where' など)。 また、それに対応する値はその句の残りの部分 (キーワード以外の部分)となります。 - PEAR

例文

In the Source tree pane, select the paramA node and drag your selection to the paramA node in the Destination pane.This assignment copies the input statement into the output.発音を聞く 例文帳に追加

ソースツリー区画で「paramA」ノードを選択し、宛先区画の「paramA」ノードまでドラッグします。 この割り当てにより、入力文が出力へコピーされます。 - NetBeans

>>例文の一覧を見る


SELECT statementのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
日外アソシエーツ株式会社日外アソシエーツ株式会社
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2025 GRAS Group, Inc.RSS