Join Slack
Powered by
Hello, does anyone know how to add parameters to a...
# suiteql
n
Nasr Rafiq
08/13/2024, 10:06 AM
Hello, does anyone know how to add parameters to a SuiteQL query?
r
Ron
08/14/2024, 12:58 PM
SELECT * FROM transaction WHERE type = :transactionType AND status = :status
Ron
08/14/2024, 12:58 PM
:transactionType
and
:status
are parameters
10
Views
Open in Slack
Previous
Next