It's quite easy to execute an SQL query and then create spreadsheet cells from each field of the query result set.
执行SQL查询并从查询结果集的每个字段中创建电子表格单元格,实现这些操作很简单。
The next step is to execute the appropriate SQL query to construct your updateable cursor, which requires using the FOR UPDATE clause as described earlier.
下一步是执行适当的SQL查询来构造可更新的游标,方法为根据先前的描述使用 FORUPDATE子句。
Finally, add some code in your main test method to print out and execute the generated SQL query.
最后,在main测试方法中添加一些代码,用以输出和执行所生成的SQL查询。
This technique mirrors what happens when you execute an SQL query within the ij tool that is included with the Apache Derby database.
这项技术将反映在ApacheDerby 数据库附带的ij工具内执行SQL查询时发生的操作。
Once you construct your DSN and create an XML_Query2XML object instance, it's time to actually execute an SQL query on the RDBMS and turn the result into XML.
构造DSN并创建XML_Query 2x ML对象实例后,即可实际对RDBMS执行SQL查询并将结果转换为XML。
Run the SQL query in the prepared statement with the execute ([array input_parameters]) function.
用execute ([array input _ parameters])函数执行预置语句中的SQL查询。
You give the Relational DAS a SQL query to execute, and it will issue the query and break the result set into a graph of SDOs.
给RelationalDAS一个SQL查询供其执行,它将处理查询并将结果集置入sdo图。
To execute an xquery directly in DB2 V9 (as opposed to embedding it in an SQL statement), you must preface the query with the keyword xquery.
要在DB 2Viper中直接执行xquery(而不是将它嵌入在sql语句中),必须以关键字xquery作为查询的开头。
You execute an SQL query against your table with MYSQL_QUERY() and with the result, you reformat using WHILE to walk through the resulting object, and reformat the data into a new simple array.
您使用 MYSQL_QUERY()对您的表执行SQL查询,然后您使用WHILE 重新格式化结果来预排将得到的对象,并将数据重新格式化为新的简单阵列。
The basic idea behind a SQL injection attack is this: you create a Web page that allows the user to enter text into a textbox that will be used to execute a query against a database.
SQLInjection攻击的基本原理如下:您创建一个网页,允许用户向文本框中输入文本,用于对数据库执行查询。
Another third way you could set it at a DataContext level (which, to be clear, would affect every generated LINQ to SQL query executed on that context) would be to execute the command.
至于第三种做法,您可以在DataContext级别进行设置(很明显,这会影响每个生成的执行在上下文之上的LINQ toSQL查询语句),使它执行如下命令。
To execute an SQL query, it must first be compiled into a byte-code program using one of these routines.
要执行SQL查询,必须先使用这些例程之一将它编译成字节码。
“执行sql”以运行该查询。
Paste the following Transact-SQL script in the query window and then click Execute .
粘贴以下TSQL脚本到查询窗口并单击工具栏上的执行 按钮。
Paste the following Transact-SQL script in the query window and then click Execute .
粘贴以下TSQL脚本到查询窗口并单击工具栏上的执行 按钮。
应用推荐