Need help with ops.sql in the where clause
I'm trying to query my database for customers WHERE firstName / lastName is like a given string and my current solution is not working
Still not exactly sure on how to use the ops.sql function in the case of my where clause, I tried looking at the docs but their isn't too much documented for this
Help or pointing me to the right direction would be appreciated, Thanks
1 Reply
I think you're problem is how you're using the template literal
The relevant part: