I am using SQL Developer and importing a tsv file. the column is a date column and its nullable. in the data sometimes there isn't a value. in the import tool how do i get it to allow a null in this date column? it has a red icon on that column name and another column has the yellow icon.
I tried this but it didn't like it: NVL(MM/DD/YYYY, '01-01-1900')
