Subject | using default in query |
---|---|
Author | women_lover_best |
Post date | 2005-11-18T12:24:30Z |
Hi,
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
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