How can I validate a FedSQL query without executing it?

2 vues

Réponse

You can use the 'validateOnly' parameter. When set to TRUE, it validates the query syntax and returns without executing the query. The default value is FALSE.
Did this answer help you?
execDirect

fedSql

See technical action