PeiMouRen commented on issue #19645: URL: https://github.com/apache/shardingsphere/issues/19645#issuecomment-1198916847
The problem has been solved,because I'm using the PG database,so I need to specify the schema in SQL, otherwise,the default public schema will be used. eg: ```sql # pg select * from myschema.t_order; ``` -- 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]
