Select Into - Redshift

1.2k Views Asked by At

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.

1

There are 1 best solutions below

0
BigData-Guru On BEST ANSWER

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