Table not exists error. #27173
Unanswered
qihuagaosh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use trino 477 version.
trino>
trino>
trino> SELECT table_catalog, table_schema, table_name FROM information_schema.tables WHERE table_schema = 'automq';
table_catalog | table_schema | table_name
---------------+--------------+--------------------------
fut | automq | oracle_test.hr.employees
(1 row)
Query 20251030_143101_00017_r9far, FINISHED, 1 node
Splits: 1 total, 1 done (100.00%)
0.17 [1 rows, 48B] [5 rows/s, 282B/s]
trino> select * from fut.automq."oracle_test.hr.employees";
Query 20251030_143128_00018_r9far failed: line 1:15: Table 'fut.automq."oracle_test.hr.employees"' does not exist
select * from fut.automq."oracle_test.hr.employees"
How can I access my tables? Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions