Join Discord
Powered by
okay, I'll try that, on a seperate note. is there ...
# off-topic
m
Mike92988
10/19/2021, 4:30 PM
okay, I'll try that, on a seperate note. is there a way to delete a view from the dashboard?
s
silentworks
10/19/2021, 4:32 PM
Not via the table editor, but you can via the SQL editor
m
Mike92988
10/19/2021, 4:32 PM
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
silentworks
10/19/2021, 4:33 PM
Copy code
sql DROP VIEW IF EXISTS view_name
silentworks
10/19/2021, 4:34 PM
This is a good place to get some SQL snippets if you are new to SQL
https://database.dev/
silentworks
10/19/2021, 4:34 PM
I'm going to try and add drop view to it
Previous
Next