l*****k 发帖数: 587 | 1 in dbi, I can only view by connect as owner of the table. Another
db user I only granted "select" previlidge, when try to connect as
that user, it keeps telling me "table or view not exist"
my code:
select * from patient_tab
I also tried to add schema
select * from core.patient_tab
Thanks |
|