Search
 
SCRIPT & CODE EXAMPLE
 

SQL

Stack conditions in CASE statement in PL/SQL

CASE
  WHEN v_n = 1 OR v_n = 2 THEN
    dbms_output.put_line('Case 1 or 2');
  WHEN v_n = 3 THEN
    dbms_output.put_line('Case 3'); 
END CASE;
Comment

PREVIOUS NEXT
Code Example
Sql :: and and or in where condition 
Sql :: how to get node value of xml in sql server 
Sql :: sql delete all except 
Sql :: oracle alter database open restricted session 
Sql :: how to count with except in psql 
Sql :: postgresql grant alter table to user 
Sql :: how to remove quotes from a string in ssis load file 
Sql :: prodection ready postgres database step by step 
Sql :: phpmyadmin tabellentyp ändern 
Sql :: how to put value in parameters in mysqldataadapter 
Sql :: migration to create a gender in the database table 
Sql :: get who is hired in month in sql 
Sql :: enable mysql remote connection to two specific ip address 
Sql :: create darabase in sql 
Sql :: sql dcl queries 
Sql :: ring SQLite sqlite_execute 
Sql :: mysql page segment 
Sql :: mysql desactivar trigger 
Sql :: liquibase create table example 
Sql :: stratified sampling sql 
Sql :: how to delete a database record after a certain time 
Sql :: azure sql server check foreign key 
Sql :: meaning of localhost in mysql 
Sql :: oracle query archive mode 
Sql :: Inner join steps 
Sql :: groupby sort sql hive 
Sql :: localhost ERROR 2006 (HY000) at line 1163: MySQL server has gone away 
Sql :: Duplix print in Smartforms 
Sql :: transaction and commit trong sql server 
Sql :: today midnight SQL 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =