I have a column in my Oracle Database table called (closeDate) which is a Date data type. I need to run a query to get all records from this table where the closeDate column is empty, meaning no data has been entered.
I realize this forum is for Java, but the application I'm developing is Java based with an Oracle database.
Any suggestions on how I can query this closeDate column in my WHERE clause to return records where the closeDate column is empty would be appreciated.
Is the column set up with a default value? if not then it should be null. Its been about 8 months since I have uses Oracle (I never had that much experience anyway) and I don't have it set up anymore to test it, but this should be what you need.