Forum Discussion
Tarun
5 years agoMaven
Hi jeffshurtliff ,
It seems the constraint for the email of the user's that you are trying to users is not supported i.e. you can't pass all fields after where clause.
The constraints that can work with the particular users query are listed over here:
Please refer to them and see if some other constraints can help you to carry the requirements.
like you can have a query like:
SELECT login FROM users WHERE login LIKE '%jane%'
Please Give Kudos if you find this post useful and mark this as Accepted Solution if this is the required solution.
Regards
Tarun Kumar
Related Content
- 5 years ago
- 3 years ago