简体   繁体   中英

Select Into - Redshift

Does select * into table query work in Redshift? I get the following error when I try it:

JDBC Driver]com.amazon.dsi.dataengine.impl.DSISimpleRowCountResult cannot be cast to com.amazon.dsi.dataengine.interfaces.IResultSet [SQL State=HY000] 1 statement failed.

Select * into in Redshift very well work. Please refer the URL

The error you have mentioned is because of the Driver issue in the sqlworkbench. Please refer the url to set the driver. Test whether your select * from table is working fine

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