sixinyiyu opened a new issue, #2074:
URL: https://github.com/apache/datafusion-sqlparser-rs/issues/2074
Running
```CREATE TABLE "roles"
(
"id" BIGINT IDENTITY(1, 1) PRIMARY KEY,
"role_id" VARCHAR(40) DEFAULT '',
"role_name" VARCHAR(50) DEFAULT '',
"created_at" DATETIME WITH TIME ZONE
);
```
the error info is
```
ParserError("Expected: ',' or ')' after column definition, found: WITH at
Line: 19, Column: 31")
```
--
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]