Search
 
SCRIPT & CODE EXAMPLE
 

SQL

drop a view in sqlite

DROP VIEW db.view_name;

-- or in case it exists --

DROP VIEW IF EXISTS db.view_name;
Comment

PREVIOUS NEXT
Code Example
Sql :: sql inner join with where clause 
Sql :: how to check table name in current database sql 
Sql :: select distinct after join 
Sql :: oracle table free space 
Sql :: mysql get last 2 month data 
Sql :: raiserror nowait sql server 
Sql :: sql format time 
Sql :: mysql to uppercase 
Sql :: add time to date sql 
Sql :: sql set 
Sql :: grant all privileges microsoft sql 
Sql :: mysql delete data in table 
Sql :: mysql datetime with timezone offset 
Sql :: sql server drop column 
Sql :: SQL Multi-line Comments 
Sql :: q operator in plsql 
Sql :: Save PL/pgSQL output from PostgreSQL to a CSV file 
Sql :: list table columns mysql 
Sql :: SQL check if record exist 
Sql :: make date with time sql 
Sql :: sql left 
Sql :: mysql auto increment column 
Sql :: plpgsql if statement 
Sql :: multiple replace value mssql 
Sql :: sql string function update replace 
Sql :: import data from csv to sql server 
Sql :: warning: mysqli::__construct(): (hy000/2002): 
Sql :: how to install mysql 8.0 windows service 
Sql :: sql find leading space 
Sql :: get all employee of salary if more than in sql 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =