Subject Re: using default in query
Author Svein Erling Tysvær
> i have a table with a column with default value as 1..now when 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

This depends on your client tools, not Firebird itself. In IBO, I
either set GetServerDefaults or set field properties.

Set