DELETE FROM QUIZ_OPTIONS_INFO WHERE OPTION_TEXT IN ('',null);
This is working in SQL Server but not in Derby... The error is Error code
-1, SQL state 42X01: Syntax error: Encountered "NULL" . Could some one
please tell the solution... My aim is to delete all the rows where the
OPTION_TEXT is empty..Thanks & Regards, Soumen
