On Saturday, March 13, 2021, Ulrich Goebel <m...@fam-goebel.de> wrote:

>
> 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.

Reply via email to