1 alias
Allows you to set an alias to a column or expression.
<alias name='name'/>
Attributes | ||||
---|---|---|---|---|
Name | Type | Required | Default | Description |
Aname | string | Alias name. |
Example
Copy
COUNT(*) <alias name='num_registros'/>
2 matches
<matches>
<expresion /> *
</matches>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Eexpresion | string | Tag content must be enclosed in single quotes. |
Example
Copy
<matches>'M*'</matches>
3 rowid
Allows retrieving the name of the unique identifier (rowid) of a row in a table.
<rowid table='table'/>
Attributes | ||||
---|---|---|---|---|
Name | Type | Required | Default | Description |
Atable | string | Table name. |
Example
Copy
<rowid table='gcompedh'/>
4 user
Retrieve the name of the database session user.
<user />
Example
Copy
<user/>