I have a table with about 10K rows, which I am trying to alter so that the field fielddelimiter is never null. I am attempting to do an alter statement, expecting a
fielddelimiter
If your column has NULL values, you can't alter it to be "NON NULL". Change the NULL values first to something else, then try it.