跳至內容

Catalog 'andes_ext' does not exist

0

Hi,

I am trying to ran a simplest query on tommy_asin_v2 table, at bumblebee I found that it it belongs to the andes_ext.searchdata catalog:

But when I ran: select * from andes_ext.searchdata.tommy_asin_v2 limit 100;

I got the following error: CATALOG_NOT_FOUND: line 1:15: Catalog 'andes_ext' does not exist

My Query Id: 15db55c0-9704-466c-b180-232c56c501da

Thank you and best regards,

dimasot

已提問 3 年前檢視次數 481 次

1 個回答
0

In order to run query in schema "xx.yy", please enclose the schema with double quotation marks. select * from “andes_ext.searchdata”.tommy_asin_v2 limit 100;

已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。