单词 | varchar | ||||||||||||
释义 | varchar
更多释义 收起释义 例句释义: 变长字符串,可变长度,数据类型 1. More Detail: A page would be displayed where a user can enter their email address and a reference (mandatory - string - varchar(100)). 更多详情:一个页面将显示其中一个用户可以输入他们的电子邮件地址和引用(强制-串-为varchar(100))。 www.bing.com 2. At the beginning of each char or varchar field, bcp adds the prefix length. 在每个char字段或varchar字段的开头,bcp都添加前缀长度。 technet.microsoft.com 3. The index key of a clustered index cannot contain varchar columns that have existing data in the ROW_OVERFLOW_DATA allocation unit. 聚集索引的索引键不能包含在ROW_OVERFLOW_DATA分配单元中具有现有数据的varchar列。 technet.microsoft.com 4. In a VARCHAR column, the XML Extender only stores documents up to 3KB in size -- a limit which is hard to guarantee in many applications. 在VARCHAR这列,XML扩展器仅能存储最大为3KB的文档-在许多的应用程序中,此限制很难得到保证。 blog.sina.com.cn 5. If you know the UTF-8 encoding of a character, you can also use this method to enter Unicode characters in a CHAR or VARCHAR column. 如果知道字符的UTF-8编码,也可以用这种方法在CHAR或VARCHAR列中输入Unicode字符。 www-128.ibm.com 6. VARCHAR Stores single-byte or multibyte text strings of varying length (up to 255 bytes); supports code-set order collation of text data. VARCHAR存储可变长度的单字节或多字节文本字符串(最高可达255个字节);在整理文本数据时支持使用代码集顺序。 www.ibm.com 7. For instance, a String attribute of an entity could be implemented as a CHAR, VARCHAR, or TEXT type of column. 例如,可以将实体的String类型的属性实现为CHAR、VARCHAR或TEXT类型的列。 www.ibm.com 8. First, the CHAR type has a maximum length of 254 characters, whereas the VARCHAR type can hold up to 32, 672 characters. 首先,CHAR类型的最大长度是254个字符,而VARCHAR类型最多可以容纳32,672个字符。 www.ibm.com 9. Trailing blanks in character values inserted into a varchar column are trimmed. 剪裁插入varchar列中的字符值的尾随空格。 technet.microsoft.com 10. With a VARCHAR, the number of characters can vary, and no extra padding is performed. 而使用VARCHAR时,字符的数量是可变的,不执行额外的填充。 www.ibm.com 1. By default, an empty string is interpreted as an empty string in INSERT or assignment statements on data of the varchar data type. 默认情况下,对于varchar数据类型的数据,在INSERT或赋值语句中,空的字符串将被解释为空字符串。 msdn2.microsoft.com 2. But, you could decide to index book prices as VARCHAR, as shown in Table 3. 但是,也可以将书籍价格作为VARCHAR进行索引,如表3所示。 www.ibm.com 3. The length of a VARCHAR(n) index is a hard constraint. VARCHAR(n)索引的长度是一个强制约束。 www.ibm.com 4. In concatenating data of the varchar, char, or text data types, the empty string is interpreted as an empty string. 在串联varchar、char或text数据类型的数据时,空的字符串被解释为空字符串。 msdn2.microsoft.com 5. Server_name This varchar(128) parameter specifies the name of the remote server that is being used to connect to the remote database. server_name此varchar(128)参数指定用于连接到远程数据库的远程服务器的名称。 www.ianywhere.com 6. We also specify that the function will return a VARCHAR(42), which is large enough to hold the concatenated address attributes. 并指定该函数返回一个足以保留连接的地址属性的VARCHAR(42)。 www.ibm.com 7. Separate structures are used to hold the allocated, stored, and untruncated lengths of LONG BINARY and LONG VARCHAR data types. 使用单独的结构来保存LONGBINARY和LONGVARCHAR数据类型的已分配长度、已存储长度和未截断长度。 www.ianywhere.com 8. Since logically the XML column appears the same as a VARCHAR, CLOB, or BLOB column, the INSERT statements are also similar. 因为从逻辑上看XML列与VARCHAR、CLOB或BLOB列相似,所以INSERT语句也是相似的。 www.ibm.com 9. Additional information is logged for long varchar and LOB fields in a database enabled for roll-forward recovery. 对于为了前滚恢复而在数据库中启用longvarchar和LOB字段这样的附加信息,也会记录在日志中。 www.ibm.com 10. If the values are of type VARCHAR or a numerical data type, which can be converted to type VARCHAR, the resulting type is VARCHAR. 如果值为VARCHAR类型或数值数据类型(可以转换为VARCHAR类型),则结果类型是VARCHAR。 www.ibm.com 1. Any char and varchar values that are transferred between sql_variant columns may have code page conversion issues. 在sql_variant列之间传输的任何char值和varchar值都可能存在代码页转换问题。 technet.microsoft.com 2. The groups will be identified by VARCHAR values but can as well be defined as integers. 可通过VARCHAR值来识别分组,但也可以将分组定义为整数。 www.ibm.com 3. Sybase: If the source table has a column data type of LONG VARCHAR, the nickname is created with a data type of VARCHAR(32672). Sybase:如果源表具有数据类型为LONGVARCHAR的列,就要用数据类型VARCHAR(32672)创建别名。 www.ibm.com 4. We strongly recommend that you use VARCHAR in the consolidated database rather than CHAR. 我们强烈建议在统一数据库中使用VARCHAR而不是CHAR。 www.ianywhere.com 5. Text indexes can be created on a range of data types from small VARCHARs to large BLOBs that contain text objects. 文本索引可以在广泛范围的数据类型中创建,包括小型的VARCHAR和大型的BLOB等包含文本对象的数据类型。 www.ibm.com 6. Native (database) data types, except in char, varchar, and text columns, in which data is stored as Unicode. 本机(数据库)数据类型,除了char、varchar和text列以外,列中的数据均被存储为Unicode。 technet.microsoft.com 7. pb produced when changes varchar field length, we also need amendments to a dw, more trouble. pb制作当修改varchar字段长度时,我们还需要一个个修改dw,比较麻烦。 www.dssz.com 8. There is a code page conversion to the SQL world if the value is serialized into a CHAR, VARCHAR, or CLOB type that is not FOR BIT DATA. 如果值被串行化为不是FORBITDATA的CHAR、VARCHAR或CLOB类型,那么会有一个到SQL世界的代码页转换。 www.ibm.com 9. Default parameter values can be specified for CLR functions except for varchar(max) and varbinary(max) data types. 可以为除varchar(max)和varbinary(max)数据类型之外的CLR函数指定默认参数值。 technet.microsoft.com 10. Is a string expression of type char, varchar, or varchar(max) defined on a tertiary SQL collation. 针对第三SQL排序规则定义的,类型为char、varchar或varchar(max)的字符串表达式。 technet.microsoft.com 1. THE CAST, CONVERT, and COLLATE functions are collation sensitive for char, varchar, and text data types. 对于char、varchar和text数据类型,CAST、CONVERT和COLLATE函数区分排序规则。 technet.microsoft.com 2. The index key limit might be reduced when you are using VARCHAR or VARGRAPHIC data type. 当使用VARCHAR或VARGRAPHIC数据类型时,索引键限制可能减少。 www.ibm.com 3. You can only define an index on a column defined with VARCHAR(1021). 只能在用VARCHAR(1021)定义的列上定义索引。 www.ibm.com 4. You can choose to make the underlying storage a CLOB column, a VARCHAR column, or files within the file system. 您可选择将CLOB列、VARCHAR列或文件系统内的文件用作基础存储。 www.ibm.com 5. For example, a field containing a variable-length string with a maximum length of 20 characters would be represented as "varchar(20)" . 例如,一个包含可变长度字符串(最大长度为20个字符)的字段将表示为“varchar(20)”。 technet.microsoft.com 6. In this case, the customer's status is captured in an SQL VARCHAR column. 在这个例子中,客户的状态可在SQLVARCHAR列中捕捉。 www.ibm.com 7. Connection group names support any valid value of type VARCHAR in the underlying repository database. 连接组名称可以是底层存储库数据库允许的任何VARCHAR类型的值。 www.ibm.com 8. Trailing blanks in character values inserted into varchar columns are not trimmed. 不剪裁插入varchar列中的字符值的尾随空格。 technet.microsoft.com 9. A way to work around this is to cast the return of the query to a VARCHAR using a cast function. 解决此问题的一种方法是使用转型函数将查询的返回数据转型为VARCHAR。 www.ibm.com 10. varchar columns will become text inputs, booleans map onto HTML checkboxes, etc. varchar列会变成文本输入,boolean型变量会映射成HTML的复选框等等。 www.ibm.com 1. The length allowed for a LONG VARCHAR is greater than 32672 and this could result in truncation of data. LONGVARCHAR所允许的长度大于32672,这将导致数据的截断。 www.ibm.com 2. This clause should not be used if inserting LONG VARCHAR or BINARY data in FIXED format. 如果在FIXED格式中插入LONGVARCHAR或BINARY数据,不应使用该子句。 www.ianywhere.com 3. Determines whether an error is raised when an INSERT or UPDATE truncates a CHAR or VARCHAR string. 确定当INSERT或UPDATE截断一个CHAR或VARCHAR字符串时是否会出现错误。 www.ianywhere.com 4. In the example, the FORMAT option is used to format varchar and decimal columns, ENAME, and SAL respectively. 在示例中,FORMAT选项分别用于格式化varchar和decimal列、ENAME和SAL。 www.ibm.com 5. Owner_name If you are migrating only tables that belong to one owner, use this varchar(128) parameter to specify the owner's name. owner_name如果只迁移属于一个所有者的表,请使用此varchar(128)参数指定该所有者的名称。 www.ianywhere.com 6. For the sake of simplicity, consider VARCHAR as the default type for every column that is not a primary or a foreign key. 为了简单起见,考虑把VARCHAR作为除主键和外键外的所有列的默认类型。 www.ibm.com 7. Note: If SQL type column is "unknown, " as shown in Figure 45, you have to assign a regular type like "VarChar" to them. 注:如果SQL类型列是“未知的(unknown)”,如图45所示,那么必须为其赋予一个常规类型,例如“VarChar”。 www.ibm.com 8. You cannot pull data from a table having a primary key of type char or varchar with length greater than 4000 characters. 不能从主键类型为char或varchar且长度大于4000个字符的表请求数据。 msdn2.microsoft.com 9. Derby provides two simple techniques for storing character data: the CHAR type and the VARCHAR type, which are detailed in Table 3. Derby提供了保存字符数据的两个简单技术:CHAR类型和VARCHAR类型,详情如表3所示。 www.ibm.com 10. The item names are stored in an SQL VARCHAR column. 商品名称存储在一个SQLVARCHAR列中。 www.ibm.com 1. When you create indexes on VARCHAR or VARGRAPHIC columns in your Unicode tables, you need to pay attention of the index key limit. 在Unicode表中的VARCHAR或VARGRAPHIC列上创建索引时,需要注意索引键限制。 www-128.ibm.com 2. CHAR and VARCHAR of different lengths are compatible data types. 不同长度的CHAR和VARCHAR是兼容的数据类型。 www.ibm.com 3. The following example creates an alias type based on the system-supplied varchar data type. 以下示例基于系统提供的varchar数据类型创建别名类型。 technet.microsoft.com 4. The following example converts smallmoney and money values to varchar and decimal data types, respectively. 下面的示例将smallmoney和money值分别转换为varchar和decimal数据类型。 msdn2.microsoft.com 5. The XML column may be a computed column, based on the [n]varchar(max) column. 基于[n]varchar(max)列,XML列可能为计算列。 msdn2.microsoft.com 6. Indicates whether the column is a Large Value data type column, varchar(max), nvarchar(max), and varbinary(max). 指示列是否是大值数据类型列、varchar(max)、nvarchar(max)和varbinary(max)。 msdn2.microsoft.com 7. This conversion improves performance when the CHAR and the VARCHAR types are present in one table. 当在同一张表中同时存在CHAR和VARCHAR类型时,这一转换会提高性能。 www.ibm.com 8. The preferred storage for large data is to use the varchar(max), nvarchar(max), and varbinary(max) data types. 存储大型数据的首选方法是使用varchar(max)、nvarchar(max)和varbinary(max)数据类型。 msdn2.microsoft.com 9. Using VARCHAR for bit data allows DB2 to perform better when working with the records in this table. 使用VARCHARforbitdata可以使DB2在处理此表中的记录时执行得更好。 www.ibm.com 10. For this article scenario, I created a distinct type named HashString, whose source type is a VARCHAR(3500). 对于本文,我创建了一个名为HashString的distinct类型,其源类型是aVARCHAR(3500)。 www.ibm.com 1. The format option is used to format the column values of type numeric and varchar. format选项用于格式化numeric和varchar类型的列值。 www.ibm.com 2. This property applies only to columns or parameters of type char or varchar. 此属性仅应用于列或者char或varchar类型的参数。 msdn2.microsoft.com 3. The correct data type for component names is VARCHAR, but the first column is NULL. 组件名的正确数据类型是VARCHAR,但是第一列为NULL。 www.ianywhere.com 4. WITH DATA CHECK If you have LONG BINARY, LONG VARCHAR, TEXT, or IMAGE entries, they may span more than one database page. WITHDATACHECK如果您有LONGBINARY、LONGVARCHAR、TEXT或IMAGE项,它们可能跨越多个数据库页。 www.ianywhere.com 5. The replication error procedure must have a single argument of type CHAR, VARCHAR, or LONG VARCHAR. 复制错误过程必须有类型为CHAR、VARCHAR或LONGVARCHAR的一个参数。 www.ianywhere.com 6. Is a varchar variable that receives the output. 用于接收输出的varchar变量。 technet.microsoft.com 7. Expressions with CHAR or VARCHAR data types. 具有CHAR或VARCHAR数据类型的表达式。 www.ianywhere.com 8. Character constants greater than 8000 bytes are typed as varchar(max) data. 大于8000字节的字符常量为varchar(max)类型的数据。 msdn2.microsoft.com 9. The default type varchar is sufficient. 的长度)。缺省类型varchar就足够了。 www.ibm.com 10. You may want to store your documents in a [n]varchar(max) column. 您可能需要将文档存储在[n]varchar(max)列中。 msdn2.microsoft.com 1. This field stores varchar text in the database. 此字段在数据库中保存可变长度的字符串文本。 www.bp-one.com 2. The current strategy of storing marked-up text in BLOBs, CLOBs, and VARCHARs isn't nearly as natural or efficient. 当前这种以BLOB、CLOB和VARCHAR格式存储已标记文本的策略还远不够自然或有效。 www.ibm.com 3. You cannot publish a table having an index on varchar (MAX), nvarchar(MAX), varbinary(MAX), and XML columns. 您不能发布其索引位于varchar(MAX)、nvarchar(MAX)、varbinary(MAX)和XML列的表。 msdn2.microsoft.com 4. Also, in V6. 1, as described in the Information Center, the SQL type of the message changes from LONG VARCHAR to CLOB (see Figure 9). 此外,在V6.1中,正如该信息中心所述,消息的SQL类型从LONGVARCHAR更改为CLOB(请参见图9)。 www.ibm.com 5. The ACL should be persisted and retrieved using ordinary database types, such as varchar or string. 应使用普通数据库类型(如varchar或字符串)保留和检索ACL。 www.ibm.com 6. Both AFTER and INSTEAD OF triggers support varchar(max), nvarchar(max), and varbinary(max) data in the inserted and deleted tables. AFTER和INSTEADOF触发器均支持插入的和删除的表中的varchar(max)、nvarchar(max)和varbinary(max)数据。 msdn2.microsoft.com 7. That's a nice improvement over working with XML data as CLOBs or VARCHARs, which require maximum lengths. 与将XML数据作为CLOB或VARCHAR处理(这需要指定最大长度)相比,这是一项不错的改进。 www.ibm.com 8. Rename the second attribute to DESCRIPTION and change its data type to VARCHAR(1024). 将第二个属性重新命名为DESCRIPTION,并将它的数据类型改为VARCHAR(1024)。 www.ibm.com 9. If this were stored in a typical VARCHAR column in your DB2 table, you might use the following SQL statement in Listing 6. 如果该值储存在DB2表中的典型VARCHAR列中,您可以使用清单6中的SQL语句完成该任务。 www.ibm.com 10. Common problems it can fix include replacing text columns with varChar(max) and converting user-defined types to their base types. 向导能修复的一些常见问题有:使用varChar(max)替换text列、将用户自定义类型转换为基类型等。 www.infoq.com 1. Columns of char, varchar, or text data type are converted from the system OEM code page to the SQL Server code page. char、varchar或text数据类型的列从系统OEM代码页转换为SQLServer代码页。 technet.microsoft.com 2. MTK maps the ENUM data type to VARCHAR(255) with check constraint. MTK将ENUM数据类型映射到带检查约束的VARCHAR(255)。 www.ibm.com 3. This is followed by a text-type field (which could alternatively be a varchar type, if you prefer) that is the actual message. 后面是一个text类型字段(如果喜欢也可以选择varchar类型),也就是实际的消息。 www.ibm.com 4. This parameter is case-sensitive and has a data type of VARCHAR(128). 这个参数大小写敏感,数据类型为VARCHAR(128)。 www.ibm.com 5. In the example below, the variable var1 is assigned a varchar value using the exec command. 下面的示例使用exec命令赋给变量var1一个varchar值。 www.ibm.com 6. XMLCAST: A new SQL function that converts an XML node's value into a relational data type, such as VARCHAR, INTEGER, DATE, and so on. XMLCAST:这个新的SQL函数将XML节点的值转换为关系数据类型,比如VARCHAR、INTEGER、DATE等等。 www.ibm.com 7. Without this setting, the time required to fetch 10, 000 rows of three VARCHAR columns took an average of 22 seconds. 在不这样设置的情况下,获取每行包含三个VARCHAR列的10,000个行所需的平均时间为22秒。 www.ibm.com 8. The data type of the register is VARCHAR(255). 寄存器的数据类型为VARCHAR(255)。 www.ibm.com 9. VARCHAR(30) is the data type of the variable. VARCHAR(30)表示变量的数据类型。 www.ibm.com 10. For example, DB2 UDB federated servers do not support mappings for the data type of LONG VARCHAR. 例如,DB2UDB联邦服务器不支持数据类型LONGVARCHAR的映射。 www.ibm.com 1. If you map to VARCHAR, the total bytes of NVARCHAR can not be bigger than MRL. 如果映射到VARCHAR,则NVARCHAR的总字节数不能大于MRL。 www.ianywhere.com 2. Assume that you have an XML document, vcdoc, stored as varchar(max) that does not have an explicit XML declaration. 假定您的XML文档和vcdoc存储为不具有显式XML声明的varchar(max)。 msdn2.microsoft.com 3. Many programmers will create a VARCHAR(15) field without realizing they can actually store IP addresses as integer values. 很多程序员都会创建一个VARCHAR(15)字段来存放字符串形式的IP而不是整形的IP。 yq329.blog.163.com 4. Table_name If you are migrating a single table, use this varchar(128) parameter to specify the table name. table_name如果要迁移单个表,请使用此varchar(128)参数指定表名。 www.ianywhere.com 5. Variable length data stored in varchar, nvarchar, varbinary, or sql_variant columns that exceed the 8, 060 byte row size limit. 存储在超过8,060字节行大小限制的varchar、nvarchar、varbinary或sql_variant列中的可变长度数据。 technet.microsoft.com 6. For example, if the column has a type of VARCHAR(256), results that are longer than 256 characters result in a failed flow and an SQL error. 例如,如果列的类型为VARCHAR(256),大于256个字符的结果将导致失败的流和SQL错误。 www.ibm.com 7. You can also explicitly convert the columns to varbinary, varchar, or nvarchar. 您还可以显式将这些列转换为varbinary、varchar或nvarchar。 msdn2.microsoft.com 8. For example, a column of type LONG on the consolidated database should be type LONG VARCHAR on the remote database. 例如,统一数据库中的类型为LONG的列对应远程数据库中的类型LONGVARCHAR。 www.ianywhere.com 9. Determines the types of characters that SQL Server recognizes in the char, varchar, and text data types. 确定char、varchar和text数据类型中SQLServer可识别的字符的类型。 technet.microsoft.com 10. Value will be -1 for when column data type is varchar(max), nvarchar(max), varbinary(max), or xml. 列数据类型为varchar(max)、nvarchar(max)、varbinary(max)或xml时,值为-1。 msdn2.microsoft.com 1. When you do have a VARCHAR field, it can actually suggest you to change that column type to ENUM instead. 当你有一个VARCHAR字段时,这个建议会告诉你把其改成ENUM类型。 yq329.blog.163.com 2. Alias data types cannot be defined by using the SQL Server timestamp, table, xml, varchar(max), nvarchar(max) or varbinary(max) data types. 别名数据类型不能通过使用SQLServertimestamp、table、xml、varchar(max)、nvarchar(max)或varbinary(max)数据类型定义。 technet.microsoft.com 3. In SQL Server 2005, columns of xml type are also not compared, but columns of type (n)varchar(max) and varbinary(max) are compared. 在SQLServer2005中,仍没有比较xml类型的列,但是比较了(n)varchar(max)和varbinary(max)类型的列。 technet.microsoft.com 4. The nvarchar(max), varchar(max), and varbinary(max) data types are not available in earlier versions of SQL Server. 在早期版本的SQLServer中不使用nvarchar(max)、varchar(max)和varbinary(max)数据类型。 msdn2.microsoft.com 5. In SQL Server 2005, this restriction is relaxed for tables that contain varchar, nvarchar, varbinary, or sql_variant columns. 在SQLServer2005中,包含varchar、nvarchar、varbinary或sql_variant列的表不受此限制的约束。 msdn2.microsoft.com 6. For example, a VARCHAR column contains the small Greek letter alpha, a, (UTF-8=0xCEB1). 例如,一个VARCHAR列包含小写希腊字母alpha(UTF-8=0xCEB1)。 www.ibm.com 7. Describes how varchar, nvarchar, varbinary, and xml data types are supported in SQL Server 2005. 描述SQLServer2005中如何支持varchar、nvarchar、varbinary和xml数据类型。 msdn2.microsoft.com 8. Since the result set contains a lengthy VARCHAR column, it is advisable to redirect the output to a file. In this case we call it trace. fmt 由于结果集包含一个很长的VARCHAR列,可取的做法是将输出重定向到一个文件。 www.ibm.com 9. Initializer not allowed on VARCHAR host variable VARCHAR主机变量中不允许初始化程序 www.ianywhere.com 10. The following query finds the userid from all submitted forms and returns them as varchar 以下查询从提交的所有表格中查询用户ID并将它们以varchar形式返回 www.ibm.com 1. The following example demonstrates how to change the data type of a column named customer_age from VARCHAR(2) to SMALLINT 以下示例演示了如何将名为customer_agefromVARCHAR(2)的列的数据类型修改为SMALLINT www.ibm.com |
||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。