You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/11/04 03:30:50 UTC

[GitHub] [flink-table-store] LadyForest commented on pull request #345: [FLINK-29832] Refactor default database name to default_database

LadyForest commented on PR #345:
URL: https://github.com/apache/flink-table-store/pull/345#issuecomment-1302911100

   Actually, `default` is a keyword in SQL, and one should escape it when referring it. 
   E.g. 
   ```sql
   SELECT * FROM table_store.`default`.my_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: issues-unsubscribe@flink.apache.org

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