Select individual properties using aliases from an object

Select individual properties from the data object and use aliases. Enclose aliases in double quotes or square brackets.

We recommend that you use double quotes because they are supported for all property and object names. Square brackets are not supported for names that include all special characters, names that are reserved words, or names that begin with a digit.

Select individual properties from the data object and use aliases. Enclose aliases in square brackets or double quotes.

Syntax

SELECT property1 as alias1, property2 as alias2 from object