diff --git a/content/features/5-types.mdx b/content/features/5-types.mdx index 28d6503..929b971 100644 --- a/content/features/5-types.mdx +++ b/content/features/5-types.mdx @@ -59,7 +59,7 @@ const createTableText = ` CREATE TEMP TABLE dates( date_col DATE, timestamp_col TIMESTAMP, - timestamptz_col TIMESTAMPTZ, + timestamptz_col TIMESTAMPTZ ); ` // create our temp table