The One Identity Manager query language supports different language elements.
The One Identity Manager query language supports different language elements.
There are two types of comments in the One Identity Manager query language. These are analog to comments in SQL syntax:
Line comments start with -- and end at the end of the line.
-- This is a line comment
Line comments do not have to be at the beginning of the line.
FROM Person -- This is a line comment too
Block comments start with the /* and end with */. Block comments can span more than one line.
/* This is a block comment
that spreads over
more than one line */
In the One Identity Manager query language, identifiers always start with an ASCII character in the range A to Z or with an underscore (_). Digits are valid only after the first position. Identifiers can contain several parts delimited by dots (.).
Name
Name1
_Name
Name_1
Alias.Name
Identifiers can be compared using the following regular expression.
[A-Z_][A-Z0-9_.]*
Literals define values of certain data types in the query. The following literal values are supported in the One Identity Manager query language.
© 2024 One Identity LLC. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center