Home > Configuring StarSQL Data Sources > Expert Settings > DefaultQualifier
For the DefaultQualifier variable you can enter a value that you want to use to qualify all unqualified SQL statements. For example, if you set the DefaultQualifier to MYQUAL, the SQL statement "SELECT * FROM MYTABLE" would be converted to "SELECT * FROM MYQUAL.MYTABLE"
On DB2 for i this qualifier refers to an AS/400 library. On all other platforms it refers to an Owner or Authorization Identifier.