Nesting SQL functions
You can nest built-in column and scalar functions within
other functions in the following ways:
- Nest scalar functions within other scalar functions
- Nest scalar functions within column functions
- Nest column functions within scalar functions
You cannot nest column functions within other column functions.
