SQL-View - Language SQLScript (Table functions)
Full Features of SQLScript.
Access to UDFs of the Open SQL -Schemas requires granting the respective privileges:
grant execute on SCHEMA SQLSCRIPT_TRAINING#DB_USER to SQLSCRIPT_TRAINING
Identifieres are written in the normal SQLScript manner:
- Simple notation without doublequotes: will be converted to Upper Case. Example:
EntenQuark
will become ENTENQUARK
- Special notation with double quotes: exactly as entered (Case Sensitive). Example:
"Gütertaufen"
will remain Gütertaufen