Search
 
SCRIPT & CODE EXAMPLE
 

SQL

pl sql case

CASE [ expression ]

   WHEN condition_1 THEN result_1
   WHEN condition_2 THEN result_2
   ...
   WHEN condition_n THEN result_n

   ELSE result

END
Comment

PREVIOUS NEXT
Code Example
Sql :: mysql run script 
Sql :: truncate your answer to decimal places mysql 
Sql :: error 1054 mysql 
Sql :: mysql timestamp vs datetime 
Sql :: insert query in sql 
Sql :: sub query postgres 
Sql :: between vs in sql 
Sql :: mysql disable triggers 
Sql :: add foreign key to existing table 
Sql :: SQL Remove Primary Key Constraint - MySQL 
Sql :: database get 10 user aleatory 
Sql :: python sqlite3 search 
Sql :: Access PostgreSQL PSQl with sudo 
Sql :: delete table row in postgresql 
Sql :: how to make case insensitive in sql 
Sql :: sql output select 
Sql :: how to start my sql server on mac 
Sql :: datagrip execute procedure 
Sql :: postgresql select case insensitive 
Sql :: how to filter repeated same result using sql query 
Sql :: soql update query 
Sql :: sql default constraint 
Sql :: alter table drop partition hive 
Sql :: T sql less than date 
Sql :: select only distinct values from another table and excluding from current table 
Sql :: having in sql 
Sql :: SQL get max per id 
Sql :: unique sql 
Sql :: insert data into multiple tables mysql 
Sql :: sql server obtener nombre sin espacios en blanco 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =