Consider using a table variable instead a temporary table.
考虑使用表变量来代替临时表。
Do this by putting an ABAP string, character variable, or table variable in parentheses.
这种表示法把abap字符串、字符变量或表变量放在圆括号中。
The ActiveRecord class defines a static $table variable, which is subsequently overridden by the Customer and Sales subclasses to specify the SQL table names custdb and salesdb.
ActiveRecord类定义一个静态的 $table变量,它会相继被Customer和Sales子类覆盖来指定SQL表名 custdb 和salesdb。
This section lists the variable data for each message or element instance in a table.
本部分在一个表中列出了每条消息或元素实例的变量数据。
G: This option generates the lookup table as a static global variable rather than hiding it by generating it inside the lookup function (the default behavior).
G:该选项将生成查找表并将其作为静态全局变量,而不是在查找函数内生成以隐藏该表(默认行为)。
It then appends all of that data as a hash table to the episodes array, which is a member variable.
然后将所有数据作为一个哈希表附加到剧集数组,该数组是一个成员变量。
Then we can create an inner table out of the link table, using the global variable as the inner table's WORK_ITEMID parameter value.
然后我们可以使用全局变量作为内部表格的 WORK_ITEMID参数值,来在联系表格外面创建一个内部表格。
As I've previously mentioned, DB2 V8.2.2 adds the ability to query the current (effective) DB2 registry variable configuration through a call to a simple table function.
正如我前面所提到的,DB 2V8.2.2添加了通过调用简单的表函数查询当前(有效)DB 2注册表变量配置的功能。
Although using a string variable is easier, you might need to use an internal table if a remote function call sends the dynamic SQL code.
尽管使用字符串变量更容易,但是如果通过远程函数调用发送动态sql,可能需要使用内部表。
The library path variable for the various platforms is shown in table 4.
表4显示了各种平台的库路径变量。
In DB2 V8 FP9, the registry variable setting DB2_STATVIEW is needed, and there is a constraint that only 2 table references can be in the statistical view.
在DB 2V 8 FP9中,需要设置注册表变量db2_statview,并且统计视图中只能有2个表引用。
Twist manages the parameters for you so that your tests are still readable - there are no variable names in your scenario - just a clean table.
Twist会帮你管理参数,因此你的测试仍然是可读的——在你的场景中没有变量名——只有一个清晰的表格。
The operative YQL statement declares selecting from a table called search.termextract on text supplied from the context variable.
操作性yql语句声明,从一个名叫search . termextract的表中选择context变量提供的文本。
For example even though at design time a variable of data type double can be mapped to a table column of type XML, the run time consequences are unpredictable and hence resulting in errors.
例如,虽然在运行时可以将double类型的变量映射到xml类型的表列,但是这可能导致不可预测的运行时结果,并因此而产生错误。
In the solidDB example in the right column of Table 3, the status of the INSERT statement is checked using the SQLSUCCESS variable.
在表3右侧列的solidDB示例中,使用SQLSUCCESS变量检查INSERT语句的状态。
The first thing that happens in this test is that you create a new User and store it in the suziq variable. Next, you mock out the User table, storing suziq as the only record.
此测试中发生的第一件事是,创建一个新User 并将其存储在suziq变量中,接下来,模拟User表,将 suziq 存储为唯一的记录。
If XMLQUERY is used within a SELECT statement, the PASSING clause can refer to either a table column or a stored procedure variable.
如果在select语句中使用XMLQUERY,那么passing子句可以引用表列或者存储过程变量。
If you actually called the function directly from the actionTransitionFunctions table using array indexes, as suggested earlier, the this variable would point into the table.
如果像前面建议的那样,使用数组索引从actiontransitionfunctions表直接调用函数,this变量就会指向这个表。
Furthermore, deleted rows are skipped unconditionally on table scan access while deleted keys are not skipped for type-2 index scans unless the registry variable DB2_SKIPDELETED is also set.
而且,虽然在type - 2索引扫描中,被删除的行不会被跳过,但是除非同时设置了注册表变量db2_skipdeleted,否则在表扫描访问中,被删除的行将被无条件跳过。
The env variable is used to specify the location of the table definition files.
Env变量用于指定表定义文件的位置。
Then whenever you want to perform any maintenance in this table, all you have to do is modify the value of the global variable in this session
之后,如果需要对表执行任何维护,您所需做的就是修改会话中全局变量的值
This variable is necessary because the weather.bylocation data table is a so-called community table, maintained by the community and not by Yahoo!
此变量是必要的,因为weather.bylocation数据表是所谓的社区表,由社区进行维护而不是 Yahoo!
Listing 4 USES Doctrine to perform a query for the records in the books database table, setting the result as a view variable for the IndexSuccessView.
清单4使用Doctrine来执行一个查询,旨在得到书籍数据库表中的记录,将结果设置为IndexSuccessView的一个视图变量。
Here, I set a variable called g_books to an array that contains three hash tables, where each hash table contains information about the book.
这里,我将名为g_books的变量设置为一个包含三个散列表的数组,每个散列表包含关于该书的信息。
As with any other global variable, these variables need to be set in the shell instance where the JVM process will run, so that Settings can be read by JVM into its global variables table.
与其他任何全局变量一样,需要在shell实例中设置这些变量,JVM进程将会在这个实例中运行,因此,可以通过JVM将这些设置读取到全局变量表中。
You can create a param scope variable for the policy list and use that rather than accessing the list from the table control.
您可以创建一个用于策略列表的参数变量,并且使用它而非通过table控制来访问该列表。
In the case of a data table, the Repeat control provides a variable number of rows depending on the number of objects in the base collection.
就数据表而言,Repeat控件根据基本集合中对象的数量提供一个变化的行数。
In Listing 5, the variable screen-label for the from data element is set to be the to value in the lookup table.
在清单5中,from数据元素的screen - label变量设置为查询表中的to值。
You can issue a simple SQL statement--one that contains no parameter markers for variable input--using the odbc_exec() function. The following script inserts new rows into the AUTHOR table
可以使用 odbc_exec()函数发出简单的SQL语句(没有包含用于变量输出的参数标志的语句)。
You can issue a simple SQL statement--one that contains no parameter markers for variable input--using the odbc_exec() function. The following script inserts new rows into the AUTHOR table
可以使用 odbc_exec()函数发出简单的SQL语句(没有包含用于变量输出的参数标志的语句)。
应用推荐