「delete (sql)」を含む例文一覧(7)

  • Optional PHP emulation of SQL ON DELETE and ON UPDATE referentially triggered actions.
    SQL の ON DELETE トリガーや ON UPDATEトリガーによる連鎖更新の、PHP によるエミュレート。 - PEAR
  • In the delete and update methods, the optional $where parameter is a string containing an SQL logical condition that is used to select the rows that should be deleted or updated, respectively.
    delete および update メソッドでは、オプションのパラメータ$where で SQL の論理条件を文字列で指定します。 - 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 SQL editor's code completion lets you insertschema, table and column names more quickly.It also lets you browse the history of all SQL statements,filter by search terms and/or by connection URLs,and then insert the selected statement.You can sort query results in the SQL Editor and load large returned data sets page by page.You can directly change values of returned results and insert or delete rows.
    SQL エディタのコード補完を使用すると、スキーマ、表、および列名をよりすばやく挿入できます。 - NetBeans
  • The class methods provides a convenient API for constructing and submitting INSERT, UPDATE, DELETE, and SELECT SQL commands, and for creation of a RDBMS database table from the defined schema.
    クラスメソッドとしては、SQL コマンド INSERT やUPDATE、DELETE、SELECT を作成したり発行したりする便利な APIが用意されています。 また、定義済みのスキーマからRDBMS のテーブルを作成するメソッドもあります。 - PEAR
  • By running SQL queries on a database, you can add,modify and delete data maintained in database structures.
    データベースに対して SQL クエリーを実行することによって、データベース構造内で保持されているデータを追加、変更、および削除できます。 - NetBeans
  • In order to make it clear that the SQL script indeed creates a new table, you can delete the already created COLLEAGUES table now.
    SQL スクリプトによって本当に新しい表が作成されることが明確に分かるよう、ここでは、すでに作成した COLLEAGUES 表を削除します。 - NetBeans

例文データの著作権について