“ALTER TABLE tablename ALTER COLUMN columnname datatype DROP DEFAULT” is not working on a singlestore table.
I just want to drop the default constraint on the table column
I cannot use the work around of dropping a colum and then again adding the same column as do not want to loose the data in that column.