You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/22 10:54:04 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #3904: [DOC] - There are unsupported DDL in the official documentation

alamb commented on issue #3904:
URL: https://github.com/apache/arrow-datafusion/issues/3904#issuecomment-1287759881

   I think the right syntax is CREATE TABLE IF NOT EXISTST
   
   ```sql
   ❯ CREATE TABLE IF NOT EXISTS valuetable AS VALUES(1,'HELLO'),(12,'DATAFUSION'); 
   0 rows in set. Query took 0.003 seconds.
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org