I have a table with one String column. I want to insert another column null that the value of the lines already inserted on the DB will be filled with a "y" or "n" based if the String column is filled or not. Is it possible to do?
actually it won't have a default value. i just need to know if is possible to set these values based on a if command