I've googled and searched other areas for the answers and cant seem to find a good answer for my problem. I have a select query very straight forward, very simple.
SELECT * FROM CUSTMAST WHERE "CUST#" = 001234. What I keep getting back is [IBM][iSeries Access ODBC Driver][DB2 UDB]SQL0401 - Comparison operator = operands not compatible.
I can query for first 10 or do select all, but can't query for a particular record.
Any thoughts?
SELECT * FROM CUSTMAST WHERE "CUST#" = 001234. What I keep getting back is [IBM][iSeries Access ODBC Driver][DB2 UDB]SQL0401 - Comparison operator = operands not compatible.
I can query for first 10 or do select all, but can't query for a particular record.
Any thoughts?