I am trying to translate some code to HANA SQL Script, however I get the following error
"Incorrect syntax near 'is': line 29 col 76".
The "IS NULL" seems to be an issue, however I am not sure where to place it as I am only a beginner in SQL.
WHERE IS NULL(T2."Manual", '') = 'Y' AND T0."EntryNumber" = :list_of_cols_val_tab_del;
Help will be much appreciated.
Thanks, Katie.