Default field values

Post Reply
skalyanaraman
Posts: 109
Joined: Tue May 29, 2001 9:13 pm

Default field values

Post by skalyanaraman »

Hi,
When creating tables can we specify a field to have a default value like we do in Oracle or Sqlserver? If possible, can we change the structure of the table to have the defaule value later by issuing an alter table statement?

Thanks!!
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Default field values

Post by John »

You can not specify a default value for a field. You would need to insert the value you want.
John Turnbull
Thunderstone Software
Post Reply