it does not seem to be possible to declare a NULLABLE column, and to create a UNIQUE constraint. Is there a way to deal with this case? I need a column that can contain NULL values or UNIQUE values. Maybe a trigger could do this? Thanks
I'm using DashDB