hi,
I'm trying to change the default value of a group of columns. I've tried
ALTER TABLE users ALTER COLUMN picker varchar(20) DEFAULT '1'
but this returns problem near default any idea on how to set default values for a group of columns?
thanks
Randy