If Excel isn't quite your cup of tea, don't worry, you can create a table in Microsoft Word or a similar word processor.
如果你不太喜欢使用 Excel,别担心,你可以在MicrosoftWord或类似的文字处理程序中创建一个表格。
I had to create a table of contents based on the topics of its articles.
我必须根据文章的标题来创建一份目录。
When planning Encyclopedia Britannica, I had to create a table of contents based on the topics of its articles.
在规划《大英百科全书》时,我必须根据文章的主题创建一个目录。
The only other noticeable difference is that an additional clause can and should be appended to the CREATE TABLE statement to specify in which database the table shall be placed.
惟一需要注意的其他事项是,可以、也应该在CREATE TABLE语句后面添加一个子句,以指定将表放在哪个数据库中。
To illustrate the new DB2 9.5 XML update functionality, the sample table and data defined by the following CREATE TABLE and INSERT statements are used.
为了解释新的DB2 9.5XML更新功能,我们使用下面的CREATE TABLE和INSERT语句定义示例表和数据。
You can use the PASSTHRU session to directly send the create table statement to the data source and create a nickname for this new table.
您可以使用PASSTHRU会话直接将CREATE table语句发送到数据源,并为这个新表创建一个昵称。
In a DPF environment, each table row is distributed to a database partition according to the distribution key specified in the CREATE table statement.
在DPF环境中,根据CREATE table语句中指定的分区键,表中的每个行被分布到一个分区上。
Tip: Named anchors are often used to create "table of contents" at the beginning of a large document.
命名锚一般用于在一个长篇幅文档中建立“内容小目录”。
Creating an empty table with the same structure as an existing table can be done by specifying the LIKE option of the CREATE table command (Listing 4).
通过在CREATE TABLE命令中指定LIKE选项,创建一个与现有表结构相同的空表(清单4)。
In DB2 9.7, the compression capability for XML data is enabled simply through the compress YES clause of the CREATE table statement, which compresses both relational and XML columns in the table.
在DB 2 9.7中,只需通过CREATE table语句的COMPRESSyes子句启用XML数据的压缩功能,这会同时压缩表中的关系和xml列。
The statement at D results in an error because the CREATE TABLE statement for the t1 table has been rolled back.
标签D的语句导致一个错误,因为t1表的CREATE TABLE 语句被执行了回滚。
After successfully converting from version 11.50.xc7 to 11.70.xc1, you can use the following command to create table with interval fragmentation.
成功地由版本11.50 .xC 7升级到11.70 .xC1之后,您可以使用以下命令,创建一个有区间存储残片的表格。
For DDL, you will use generated db2ddl script to create table definitions.
对于ddl,使用生成的db2ddl脚本创建表定义。
Myisampack.exe Compresses myisam table use VALUE COMPRESSION in create table statement to use the space saving row format at the column or table level to reduce space required for a table.
exe压缩myisam表在创建表的语句中使用VALUECOMPRESSION,可以在列或表级别上使用节省空间的行格式来减少空间占用。
The indexfreespace value takes precedence over the value of the PCTFREE parameter that was specified during index creation. create table newemp like employee;
indexfreespace的值比创建索引期间所指定的PCTFREE参数值具有更高的优先权。
You can create a staging table using the create table statement; then, when the underlying tables of the MQT are modified, the changes are propagated and immediately appended to the staging table.
可以使用CREATE table语句创建一个staging表。然后,当MQT的底层表被修改时,变化就会传播过来,并立即被添加到staging表中。
After connecting to the SAMPLE database, we create the newstaff table by issuing the following SQL statement: create table newstaff like staff.
在连接到SAMPLE数据库之后,我们通过发出下面这个sql语句创建newstaff表:create table newstafflikestaff。
Specify option 1 to ifx_grid_connect with the create table command to create the replicate on the table automatically.
要为ifx_grid_connect指定选项1,可以使用create table命令在表上自动创建副本。
For example, create table mytable (idcol int xmldoc XML) would create a table with one integer column (idcol) and one XML column (xmldoc).
例如,create tablemytable (idcolintxmldocxml)将会创建具有一个整数列(idcol)和一个xml列(xmldoc)的表。
Consider the simple example of two statements targeted for table T1 - CREATE table T1 (C1 INT).
考虑一个简单的例子,例子中有两个以表t 1为目标的语句——CREATE TABLET1 (C1INT)。
The result of the db2look call is a file sales.ddl containing the CREATE table statement for table sales.
db2look调用的结果是sales . ddl文件,其中包含sales表的CREATE table语句。
Running such a create table statement — by a user at the command line or by a custom application — creates these columns within each table.
用户在命令行上或通过定制应用程序运行这样的CREATE table语句将在每个表中创建这些列。
If a primary key is specified in the CREATE TABLE statement, the first column of the primary key is used as the distribution key.
如果在CREATE table语句中指定了一个主键,那么主键的首列会被用作分配键。
Once you have determined the MQT definitions, the MQTs can be created with the use of a " CREATE TABLE" statement.
一旦确定了MQT定义,就可以使用 "CREATE TABLE"语句创建MQT 了。
In this example, you see that the "Create table" statement failed to propagate on target servers.
在本例中,您将看到“Create table”语句未能广播到目标服务器。
Now, when creating partitioned tables, the partition boundaries are determined by the CREATE table statement instead of CREATE INDEX.
这时,当创建分区的表时,分区的边界由CREATE table语句决定,而不是由CREATEindex语句决定。
I also described two ways to use the partition BY clause of the create table statement to create partitioned tables.
我还描述了使用CREATE TABLE的PARTITIONBY子句来创建分区表的两种方法。
The dimensions are defined in the CREATE table statement and storage is reserved for each combination of values.
在CREATE table语句中定义维的时候,就为每种值的组合预留了存储空间。
Edit the generated SQL script adding the COMPRESS YES clause to the CREATE table statement for the noted fact tables.
编辑生成的sql脚本,对于标记的事实表添加COMPRESSyes子句到CREATE table语句。
If there is no partitioning key provided explicitly in the CREATE TABLE command, the following defaults are used.
如果在CREATE TABLE命令内没有显式地提供分区键,那么就会使用如下的这些默认值。
应用推荐