How do you insert a default value in an insert statement that doesn't
specify column names? For example, I have a table with 20 columns. I don't
want to specify the names in order to skip columns that have default values.
In MySql a null or empty value uses the default column value. In Postgres?
thx
andy