Global

Create and Use Global Variables

Create and Use Global Variables Connect’s xSQL language allows you to create global variables. These variables persist across sessions and users, and can store: Literal values Expressions that resol...

UPDATE

UPDATE changes field values in a table. You can use it to make a simple, global change to that field, or use it with WHERE to make the change to […]