Forum Discussion

sonaliyeluri's avatar
6 years ago

Need help with LIQL query

In my scenario I have a user email ID, I need to get the Id and email id from users 

when I write the query as "select id, email from users where id='value'"

its returning me details but if I write the query as "select id, email from users where email ='email_id'", it says query syntax error. could some one please help me.

I only have email id so I cannot query with id