lidavidm commented on issue #1045:
URL: https://github.com/apache/arrow-adbc/issues/1045#issuecomment-1710472694
Are you sure the `AS` needs to be there?
```sql
postgres=# CREATE TEMPORARY TABLE "fa673c6fae1b49c88c5741c569c444d8" AS
("foo" BIGINT);
ERROR: syntax error at or near ""foo""
LINE 1: ...RARY TABLE "fa673c6fae1b49c88c5741c569c444d8" AS ("foo" BIGI...
^
postgres=# CREATE TEMPORARY TABLE "fa673c6fae1b49c88c5741c569c444d8" ("foo"
BIGINT);
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]