No subject
Fri May 2 19:13:14 EDT 2003
table_name
Is the name of the new table. Table names must conform to the rules for
identifiers. The combination of owner.table_name must be unique within the
database. table_name can contain a maximum of 128 characters, except for
local temporary table names (names prefixed with a single number sign (#))
that cannot exceed 116 characters.
I'll leave it as an exercise for someone else to dig up the rules for
identifiers, but I'll bet that one of them is that you can't start an
identifier with a numeral, and another one will be that it can't contain a
non-alphanumeric character other than '_'.
My advice is to pick a different table name.
allen
--
Allen Grace
Irony Engineer
Protopixel
Dark Blue Sea Pty Ltd
ph 3007 0000
fax 3007 0001
***The opinions expressed in this email are my own and are not
representative of DBS Pty Ltd.***
More information about the FreeTDS
mailing list