Parameter 2 is an output VARCHAR.
第二个参数是一个输出VARCHAR。
The default type varchar is sufficient.
的长度。缺省类型varchar就足够了。
Data types (integer or varchar, for example).
数据类型(例如,integer或varchar)。
VARCHAR (30) is the data type of the variable.
VARCHAR(30)表示变量的数据类型。
The item names are stored in an SQL VARCHAR column.
商品名称存储在一个SQLvarchar列中。
CHAR and VARCHAR of different lengths are compatible data types.
不同长度的CHAR和VARCHAR是兼容的数据类型。
VARCHAR HASHED: For nodes with string values of arbitrary length.
VARCHARHASHED:用于带有字符串值的节点,字符串值的长度为任意长度。
MTK maps the ENUM data type to VARCHAR(255) with check constraint.
MTK 将ENUM数据类型映射到带检查约束的VARCHAR(255)。
VARCHAR (n) : For nodes with string values of a known maximum length n.
VARCHAR (n):用于带有字符串值的节点,已知字符串值的最大长度为n。
By default, Rails migrations will encode a string column as a varchar (255).
默认地,Rails迁移会将string列按varchar(255)编码。
The format option is used to format the column values of type numeric and varchar.
format选项用于格式化numeric和varchar类型的列值。
Tk_dbs varchar the database to execute the SQL action in. Must be a logging database.
tk_dbsvarchar在其中执行SQL的数据库。
The groups will be identified by VARCHAR values but can as well be defined as integers.
可通过varchar值来识别分组,但也可以将分组定义为整数。
The index key limit might be reduced when you are using VARCHAR or VARGRAPHIC data type.
当使用VARCHAR或VARGRAPHIC数据类型时,索引键限制可能减少。
Here, p2 casts the output into a VARCHAR value, while p3 returns output in XML form.
在这里,p 2将输出转换为varchar值,而p3以xml形式返回输出。
With a VARCHAR, the number of characters can vary, and no extra padding is performed.
而使用VARCHAR 时,字符的数量是可变的,不执行额外的填充。
The following query finds the userid from all submitted forms and returns them as varchar.
以下查询从提交的所有表格中查询用户ID并将它们以varchar形式返回。
Rename the second attribute to DESCRIPTION and change its data type to VARCHAR (1024).
将第二个属性重新命名为DESCRIPTION,并将它的数据类型改为VARCHAR (1024)。
In the example below, the variable var1 is assigned a varchar value using the exec command.
下面的示例使用exec命令赋给变量var1一个varchar值。
A way to work around this is to cast the return of the query to a VARCHAR using a cast function.
解决此问题的一种方法是使用转型函数将查询的返回数据转型为VARCHAR。
This conversion improves performance when the CHAR and the VARCHAR types are present in one table.
当在同一张表中同时存在CHAR和varchar类型时,这一转换会提高性能。
The ACL should be persisted and retrieved using ordinary database types, such as varchar or string.
应使用普通数据库类型(如varchar或字符串)保留和检索acl。
Connection group names support any valid value of type VARCHAR in the underlying repository database.
连接组名称可以是底层存储库数据库允许的任何varchar类型的值。
For example, DB2 UDB federated servers do not support mappings for the data type of LONG VARCHAR.
例如,DB 2udb联邦服务器不支持数据类型LONG VARCHAR的映射。
Example 20: Collect catalog statistics on all columns and LIKE statistics on a specific VARCHAR column.
示例20:收集所有列上的目录统计信息并指定varchar列上的LIKE统计信息。
Using VARCHAR for bit data allows DB2 to perform better when working with the records in this table.
使用VARCHAR forbitdata可以使DB2在处理此表中的记录时执行得更好。
DB2 array data types yielded significantly higher performance compared to varchar representations of arrays.
与阵列的varchar表示相比,DB 2阵列数据类型具有显著的高性能。
The length allowed for a LONG VARCHAR is greater than 32672 and this could result in truncation of data.
LONG VARCHAR所允许的长度大于32672,这将导致数据的截断。
In the example, the format option is used to format varchar and decimal columns, ENAME, and SAL respectively.
在示例中,FORMAT选项分别用于格式化varchar和decimal列、ENAME和SAL。
In the example, the format option is used to format varchar and decimal columns, ENAME, and SAL respectively.
在示例中,FORMAT选项分别用于格式化varchar和decimal列、ENAME和SAL。
应用推荐