Single Nickname Reference

Description

Each nickname specified as a table-reference must identify an existing nickname at the application server. The intermediate result table is the result of the nickname.

Click here arrow-up-rightto navigate to the IBM DB2 docs page for this syntax.

triangle-exclamation

Grammar Syntax

Sample Source Patterns

First, let's see an example of a CREATE NICKNAME

As you can see, the CREATE NICKNAME is using the TestTable as a reference. Now, the name given to the NICKNAME can be used in a Select, like in the following example.

Known Issues

Currently, SnowConvert does not support the CREATE NICKNAME command and, is, therefore, unable to identify the name NickNameForTestTable as a nickname. The current translation for the above example might have functional differences if the NickNameForTestTable represents a nickname.

Last updated

Was this helpful?