etymology / backend /sql /enrichment /check_table_exists.sql
lucharo's picture
Super-squash branch 'main' using huggingface_hub
13812dc
raw
history blame contribute delete
70 Bytes
SELECT table_name
FROM information_schema.tables
WHERE table_name = ?