lancelly opened a new pull request, #28264: URL: https://github.com/apache/shardingsphere/pull/28264
In this PR, I fixed the follwing SQL: `CREATE TABLE location_table (location_number NUMBER, building REF warehouse_typ SCOPE IS warehouse_table);` REF column is allowd in ColumnDefinitionClause of Oracle, the references are listed here: https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/CREATE-TABLE.html#GUID-F9CE0CC3-13AE-4744-A43C-EAC7A71AAAB6 https://docs.oracle.com/en/database/oracle/oracle-database/21/adobj/design-considerations-for-REFs.html#GUID-078BD058-FE2C-4FC5-8418-CD95F085CBD6 <img width="941" alt="截屏2023-08-26 12 05 28" src="https://github.com/apache/shardingsphere/assets/108499334/620c8fdd-9f36-4c9a-9813-0237cf482b6f"> The related issue: https://github.com/apache/shardingsphere/issues/27569 -- 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]
