|
```sql |
|
SELECT * FROM information_schema.columns |
|
WHERE table_schema = 'dune_upload' |
|
AND table_name = 'energy_data'; |
|
``` |
I tried running this query to get an idea of dune_uploaded
tables, but it looks like we can't query the information schema anymore...