小窓モード


プレミアム

ログイン
設定

設定

select queryとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

意味・対訳 選択クエリとは、Microsoft Office Accessのクエリ機能の中の1機能で、データベースの中から指定した条件に合った行(レコード)を選択して表示する機能である。、選択クエリ


マイクロソフト用語集での「select query」の意味

select query

対訳 選択クエリ

解説

A query that asks a question about the data stored in your tables and returns a result set in the form of a datasheet, without changing the data.


「select query」の部分一致の例文検索結果

該当件数 : 23



例文

LIKE :searchString),@NamedQuery(name = States.findAll, query = SELECT s FROM States s), @NamedQuery(name = States.findById, query = SELECT s FROM States s WHERE s.id = :id),@NamedQuery(name = States.findByAbbrev, query = SELECT s FROM States s WHERE s.abbrev = :abbrev),@NamedQuery(name = States.findByName, query = SELECT s FROM States s WHERE s.name = :name)}) Save and close StatesServlet.java and States.java.発音を聞く 例文帳に追加

StatesServlet.java と States.java を保存して閉じます。 - NetBeans

Gets the select-part of the query.発音を聞く 例文帳に追加

クエリの select 部を取得します。 - PEAR

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

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

Delete the existing SQL query you find there and enter the following query:SELECT MAX(trip.tripid)+1 AS MAXTRIPID FROM trip発音を聞く 例文帳に追加

そこにある既存の SQL クエリーを削除し、次のクエリーを入力します。 SELECT MAX(trip.tripid)+1 AS MAXTRIPID FROM trip - NetBeans

The allowed keys of a query array that define clauses of the SELECT command are:発音を聞く 例文帳に追加

クエリ配列のキーに使用できる SELECT コマンドの句は次のとおりです。 - PEAR

'));}The code block executes the query "SELECT * FROM wishers WHERE Name = '" . name .発音を聞く 例文帳に追加

次のコードブロックを入力します。 - NetBeans

例文

addSelect($what, $connectString) Add a string to the select-part of the query and connects it to an existing string using the connectString, which by default is a comma.発音を聞く 例文帳に追加

既存の文字列に対してconnectStringを使用して連結されます。 - PEAR

>>例文の一覧を見る


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

クロスランゲージ 37分野専門語辞書での「select query」の意味

select query


Weblio英和対訳辞書での「select query」の意味

select query


select query

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

「select query」の部分一致の例文検索結果

該当件数 : 23



例文

The second parameter, $filter, is a string that contains an SQL logical expression that will be ANDed with the WHERE clause of the query before the SELECT command is submitted.発音を聞く 例文帳に追加

2 番目のパラメータ $filter は、SQL の論理式を含む文字列で、SELECT コマンドの WHERE 句に AND で連結されます。 - PEAR

A query generation part 15 presents candidates of query generation processing on the basis of an inputted event name through a query output 16, and urges an operator to select the query generation processing corresponding to the event name.例文帳に追加

質問文生成部15は、入力された事象名に基づいて質問文生成処理の候補を質問文出力部16を介して提示し、事象名に対応する質問文生成処理の選択をオペレータに促す。 - 特許庁

In the Find bar, select the type of search you want to perform, type in the search query and click Find.発音を聞く 例文帳に追加

「検索」バーでは、検索の種類を選択し、検索する文字列を入力して「検索」をクリックします。 - NetBeans

A retrieval part 18 retrieves the indexing term with the search query to select the matching document data 41.例文帳に追加

検索部18は、検索クエリで索引語を検索して、適合する文書データ41を選択する。 - 特許庁

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

To flexibly and properly select a responder matched to levels of difficulty and importance in response to the difficulty of a query and the importance of a user, as the responder in the query from the user.例文帳に追加

ユーザからの問い合わせに対しての応答者として、当該問い合わせの難易度およびユーザの重要度に応じてそのレベルに合った対応者を柔軟に且つ適切に選択する。 - 特許庁

In the Add Query Criteria dialog box, set the Comparison drop-down list to =Equals and select the Parameter radio button, and then click OK.発音を聞く 例文帳に追加

「クエリー条件を追加」ダイアログで、「比較」ドロップダウンリストを「= 等しい」に設定し、「パラメータ」ラジオボタンを選択して「了解」をクリックします。 - NetBeans

例文

When you choose View Data, a query to select all the data from the table is automatically generated in the upper pane of the SQL Editor.例文帳に追加

「データを表示」を選択すると、表からすべてのデータを選択する SQL クエリーが SQL エディタの上部区画に自動的に生成されます。 - NetBeans

>>例文の一覧を見る


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

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft
株式会社クロスランゲージ株式会社クロスランゲージ
Copyright © 2024 Cross Language Inc. All Right Reserved.

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

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS