romanoff opened a new pull request, #2264:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2264
Sample query:
```sql
CREATE TABLE IF NOT EXISTS
RAW_KAFKA_NRT_KSQL.RAW_BIE_NRT_BRAZE_ATTRIBUTES_PROD
(
RAW_ID NUMBER(38,0) IDENTITY START 1 INCREMENT 1,
RECORD_METADATA VARIANT
) WITH STORAGE LIFECYCLE POLICY
dba.global_settings.raw_kafka_storage_policy_cold_by_date ON (UPDATE_DATETIME);
```
Spec: https://docs.snowflake.com/en/sql-reference/sql/create-table
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]