From: Aage J. <aag...@on...> - 2004-03-06 21:36:15
|
On Sat, 6 Mar 2004 19:05:07 +0000 (UTC), renniw one wrote: > Hi, > Is there a way to create table with a field set to a default value? For > example... > > CREATE TABLE my_table ( > my_num BIGINT NOT NULL ); > > Is there a way to have the my_num initially hold the value 0? Thanks. This is a question for the firebird-support NG. And, the answer is in the docs: default 0. -- Aage J. |