I would like to get the rows, where a column has the default value, similar to:
select id fromt tbl where col = default
If the default is a simple constant then why go through the trouble instead of just writing col = ‘constant’ ?
David J.
I would like to get the rows, where a column has the default value, similar to:
select id fromt tbl where col = default