Subject using default in query
Author women_lover_best
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