Broken SQL query

Status
Not open for further replies.

SageMichael

Member
Hello Pabblies,

If my SQL query works when run against the Db directly... but fails in Pabbly... how can I fix this?
Here are some details:

Code:
// Works in both:
api/collections/api_keys/records?filter=(credit_amount=3000)

// Works only in Db:
api/collections/api_keys/records?filter=(credit_amount=3000 && credit_assigned=false)

Notice that when I add the boolean and the &&... it fails in Pabbly (but still works in Db)

Thoughts?

NOTE:
Pabbly gives a 500 error and says:
"The application processed the request but returned a blank response. Refer to the HTTP status code above for details."
 
P

Pabblymember11

Guest
Please check the following screenshot on your query, kindly have a look and try again

1695645691600.png
 
Status
Not open for further replies.
Top