You can execute the following SQL query in the SQL editor of DBeaver to check if a table named yyyyy exists:
SELECT table_schema, table_name FROM information_schema.tables WHERE table_name = 'yyyyy';
You can execute the following SQL query in the SQL editor of DBeaver to check if a table named yyyyy exists:
SELECT table_schema, table_name FROM information_schema.tables WHERE table_name = 'yyyyy';