![]() |
|
Archives of the TeradataForumMessage Posted: Tue, 27 Apr 2004 @ 19:39:12 GMT
Actually, Teradata create table statement will resolve the spaces for you. Thus,
create table bbstiger.foo
(
xyz int,
foobar char(26) compress ''
) primary index( xyz)
resolves to
CREATE SET TABLE bbstiger.foo ,NO FALLBACK ,
NO BEFORE JOURNAL,
NO AFTER JOURNAL
(
xyz INTEGER,
foobar CHAR(26) CHARACTER SET LATIN NOT CASESPECIFIC COMPRESS ' ')
PRIMARY INDEX ( xyz );
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||