Subject | Re: using default in query |
---|---|
Author | Svein Erling Tysvær |
Post date | 2005-11-18T12:34:52Z |
> i have a table with a column with default value as 1..now when iThis depends on your client tools, not Firebird itself. In IBO, I
> insert into table..i want to specify it in the query like..
> insert(col, into tab values(default,...) etc...
>
> how can i do it? ofcourse i can omit the default col..but i want to
> indicate that this column has default value
either set GetServerDefaults or set field properties.
Set