简体   繁体   中英

Failed updating table for Redshift

I am using AWS Redshift to run the query.

The query contains create table and join with existing tables procedure.

There is an updated_at field for the new table after all procedures, which is current time.

After all procedures, updated_at is at current time. However, if I click the 'Refresh' button using SQL Workbench J, this field changed to last time it was successfully queried.

I think this means table is failed updated, how could I fix it? Thanks!

Select 'autocommit' under connection profile page works for me.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM