The syntax of the advanced queries you type on the logic canvas are validated at development time:

The SQL verification executed, in Service Studio, takes into account the following:

select {customer}.[id] from {customer} where {customer}.[name] = 'John'

However, this verification does not guarantee that the statement will be correctly executed in the database, since Service Studio only verifies the syntax and the consistency of the Output Structure. There is no verification, for example, related to the database permissions.

See Also

Advanced Query Editor | Advanced Logic Canvas | Verify Errors | Verify Warnings