「Insert Into query」を含む例文一覧(5)

  • You can insert an XPath query into an SQL query.
    SQL クエリに XPath クエリを挿入することができます。 - PEAR
  • a numeric array containing the data to insert into the query
    クエリに挿入するデータを含む配列。 - PEAR
  • mysql INSERT INTO developers VALUES('Joe Smith', 'joesmith@gentoo.org', 'toolchain');Query OK, 1 row affected (0.06 sec)(If you don't know the order of the columns in the table or want to insert an incomplete record)mysql INSERT INTO developers (job, name)
    (列の定義順が分からない、もしくは歯抜けのデータを登録したい場合) - Gentoo Linux
  • if supplied, the values in $param will automatically set to the passed datatypes array array $data a numeric array containing the data to insert into the query
    arrayarray $data クエリに挿入するデータを含む、数値添字の配列。 - PEAR
  • if supplied, the types of the columns in the result set will be set for fetching array $params a numeric array containing the data to insert into the query
    指定した場合は、取得した結果セットのカラムの型を設定します。 array$params クエリに挿入するデータを含む、数値添字の配列。 - PEAR

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