In DDL, one column is defined as CDR_ID NUMERIC,
when I run the script against Sql server, the output is CDR_ID (numeric(18,0), null).
Seems SQL SERVER automatically sets the default as (18,0)
A place to share my BI experience with the world... also make sure I won't forget what I have achieved in this fascinating area...
In DDL, one column is defined as CDR_ID NUMERIC,
when I run the script against Sql server, the output is CDR_ID (numeric(18,0), null).
Seems SQL SERVER automatically sets the default as (18,0)
No comments:
Post a Comment