Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
DODGEEK
Contributor
Contributor

tCreateTable for PostgreSQL 10 - GENERATED ALWAYS AS IDENTITY

Hi,

I am trying to find the option in tCreateTable to support the GENERATED ALWAYS AS IDENTITY option in PostgreSQL 10. I am not able to create an auto increment field using tCreateTable at the moment.

https://www.postgresqltutorial.com/postgresql-identity-column/#:~:text=The%20GENERATED%20ALWAYS%20in...

Labels (2)
2 Replies
Anonymous
Not applicable

Hi

It is an universal schema using tCreateTable, does not has extra option for specifying GENERATED ALWAYS AS IDENTITY. Use tPostgreSQLRow to execute the SQL?

 

Regards

Shong

DODGEEK
Contributor
Contributor
Author

Thanks. This was helpful to understand. Will write custom SQL to work around this.