Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to avoid $Syn Table?

Hi,

I have four SQL queries serving for four different sub problems. When I load data, it will automatically create $syn table. However, I want to remove them. I used "Nonconcatenate Select", it did not avoid the implicit concatenate. Can anyone help me here?

Thanks

Danni

1 Solution

Accepted Solutions
Not applicable
Author

Hi Danni,

to avoid syn keys:

please give Qualify *; before the tables,

after that if u want to unqualify any field to map those tables. Please give Unqualify Field_name1,......;

Hope its very useful.

Thanks & Regards,

Sri

View solution in original post

3 Replies
Not applicable
Author

use an alias to the fields or the qualify/unqualify function.

Not applicable
Author

Hi Danni,

to avoid syn keys:

please give Qualify *; before the tables,

after that if u want to unqualify any field to map those tables. Please give Unqualify Field_name1,......;

Hope its very useful.

Thanks & Regards,

Sri

Not applicable
Author

Thanks Sri and mOngkz. I successfully avoid the $syn table.

Thanks once again!

Danni