Table Attributes

Description

Table attributes definition sets the attributes of a table.

Click here to navigate to the Redshift documentation page for this syntax.

Grammar Syntax

  [ DISTSTYLE { AUTO | EVEN | KEY | ALL } ]
  [ DISTKEY ( column_name ) ]
  [ [COMPOUND | INTERLEAVED ] SORTKEY ( column_name [,...]) |  [ SORTKEY AUTO ] ]
  [ ENCODE AUTO ]

Navigate to the following pages to get more details about the translation spec for the subsections of the content-source section.

Last updated