Cannot Use External Queries

Hi There,
I am trying to execute SELECT * FROM table(PostgreSQL.external_query('SELECT * FROM Actor')) but it gives me this error
No match found for function signature external_query().
I am using Community Version 20.0.0

@elshafey

Is “PostgreSQL” your source name? For example, for me “pg” is my source name:

image

So my query is:

SELECT * FROM table(pg.external_query('SELECT * FROM public.users'))
1 Like

solved. thx very much