Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am using Decode function in my script but i am an error.
sql SELECT
DECODE(ISNULL(STORE_NUMBER,'*'),'*',SAGE_WH,STORE_NUMBER) AS STORE_NUMBER,
.......
.....
From ......
Error
Connector reply error: SQL##f - SqlState: 37000, ErrorCode: 195, ErrorMsg: [Microsoft][ODBC SQL Server Driver][SQL Server]'DECODE' is not a recognized built-in function name.: sql SELECT DECODE(ISNULL(STORE_NUMBER,'*'),'*',SAGE_WH,STORE_NUMBER) AS STORE_NUMBER,