Hi ,
I have a create table query as below
Quote:
|
CREATE TABLE Address (rowguid VARGRAPHIC(36) DEFAULT GENERATE_UNIQUE NOT NULL)
|
My intention is to have a value generated by GENERATE_UNIQUE function as default .
When i try to execute the above query, too many errors are thrown .
Please suggest me the correct syntax .
Thanks in advance.......