I have a Bluemix dashDB entry level instance. I have created a table which is as seen below
When i run the following query
select * from USERS where userId=2;
I get the following error
"USERID" is not valid in the context where it is used.. SQLCODE=-206, SQLSTATE=42703, DRIVER=3.69.56
The column does exist in my table. Am i missing out something here?