Hi all, I want to alter a columns default from a string to null, i use this command :
ALTER TABLE RR.REPORTTAG ALTER COLUMN DESCRIPTION with default NULL Unfortunatly, the default hat not been changed. However, i can change the default to another value except NULL !! Any idea what the problem is ? Thank you in Advance -- View this message in context: http://www.nabble.com/Setting-column%27s-default-to-null-tp21349727p21349727.html Sent from the Apache Derby Users mailing list archive at Nabble.com.
