Find an Answer
PQL statements instruct computers to perform specific actions, similar to sentences in human languages. PQL supports the following statements:
In GoToAssist documentation, PQL statements are presented in the format familiar to SQL users:
The following conventions are used:
| * | Zero or more of the preceding item | |
| + | One or more of the preceding item | |
| [ ] | Optional | |
| | | Or |
Related topics