Top "Amazon-redshift" questions

Amazon Redshift is a petabyte-scale data warehousing service using existing business intelligence tools to analyze the data.

Escaping single quotes in REDSHIFT SQL

I've lots of string values containing single quotes which I need to insert to a column in REDSHIFT table. I …

sql escaping amazon-redshift sql-insert single-quotes
Redshift psql auto increment on even number

I am trying to create a table with an auto-increment column as below. Since Redshift psql doesn't support SERIAL, I …

sql amazon-redshift
Amazon redshift: bulk insert vs COPYing from s3

I have a redshift cluster that I use for some analytics application. I have incoming data that I would like …

amazon-s3 amazon-redshift
Load CSV into Redshift, with header?

Is there an option to load a CSV into Redshift with a header? I see the documentation for CSV but …

csv amazon-web-services amazon-redshift etl
First and last day of last month in Redshift

I want to find the first and last day of last month in Redshift. However, most of the postgresql features …

sql amazon-redshift
can't connect to redshift database

I'm trying to connect to Redshift database from SQL Workbench/J using Postgre JDBC drivers but I can't get through. …

amazon-redshift
Connecting to a Redshift cluster from pgAdmin

UPDATE: also asked on the PgAdmin-support mailing list here. So I have an AWS Redshift cluster up and running, and …

amazon-redshift pgadmin
Redshift: How to list all users in a group

Getting the list of users belonging to a group in Redshift seems to be a fairly common task but I …

amazon-redshift
Copy data from Amazon S3 to Redshift and avoid duplicate rows

I am copying data from Amazon S3 to Redshift. During this process, I need to avoid the same files being …

amazon-web-services amazon-s3 duplicates copy amazon-redshift
Redshift. Convert comma delimited values into rows

I am wondering how to convert comma-delimited values into rows in Redshift. I am afraid that my own solution isn't …

amazon-web-services amazon-redshift