查询
1 词典释义:
varchar
时间: 2024-10-21 16:32:57

可变长字符串

双语例句
  • 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 data type of the register is VARCHAR(255).

    寄存器的数据类型为 VARCHAR(255)。

  • The item names are stored in an SQL VARCHAR column.

    商品名称存储在一个SQL varchar列中。

  • CHAR and VARCHAR of different lengths are compatible data types.

    不同长度的CHAR和VARCHAR是兼容的数据类型。

  • VARCHAR HASHED: For nodes with string values of arbitrary length.

    VARCHAR HASHED:用于带有字符串值的节点,字符串值的长度为任意长度。

  • MTK maps the ENUM data type to VARCHAR(255) with check constraint.

    MTK 将 ENUM 数据类型映射到带检查约束的 VARCHAR(255)。

  • You can only define an index on a column defined with VARCHAR (1021).

    只能在用VARCHAR(1021)定义的列上定义索引。

  • VARCHAR (n) : For nodes with string values of a known maximum length n.

    VARCHAR (n):用于带有字符串值的节点,已知字符串值的最大长度为n。

  • In this case, the customer's status is captured in an SQL VARCHAR column.

    在这个例子中,客户的状态可在SQL varchar列中捕捉。

  • tk_result_table varchar Sensor only. The table name where results are kept.

    tk_result_table varchar 仅用于传感器。

  • But, you could decide to index book prices as VARCHAR, as shown in Table 3.

    但是,也可以将书籍价格作为VARCHAR进行索引,如表3所示。

  • 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 类型的列值。

  • The last two fields can be alphanumeric, so you'll use the varchar() function.

    最后这两个字段可以是字母数字,所以将使用 varchar() 函数。

  • Tk_dbs varchar the database to execute the SQL action in. Must be a logging database.

    tk_dbs varchar在其中执行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形式返回输出。

  • The reason is simply that inlined data is treated exactly like VARCHAR FOR BIT data.

    原因是,内联的数据当作VARCHAR FOR BIT DATA对待。

  • 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类型的值。