okay, I'll try that, on a seperate note. is there ...
# off-topic
m
okay, I'll try that, on a seperate note. is there a way to delete a view from the dashboard?
s
Not via the table editor, but you can via the SQL editor
m
okay, as i'm still new to SQL queries, what would be the query to run for that if you don't min d
s
Copy code
sql
DROP VIEW IF EXISTS view_name
This is a good place to get some SQL snippets if you are new to SQL https://database.dev/
I'm going to try and add drop view to it