Search
 
SCRIPT & CODE EXAMPLE
 

SQL

mysql isnull

SELECT ISNULL(NULL); /*1*/
SELECT ISNULL("gfg"); /*0*/
SELECT ISNULL(123);  /*0*/
Comment

PREVIOUS NEXT
Code Example
Sql :: sql current date 
Sql :: write sql query to find the second highest salary of employee 
Sql :: python postgresQL select table 
Sql :: t-sql drop function if exists 
Sql :: get first monday of month sql 
Sql :: 1) PostgreSQL DESCRIBE TABLE using psql 
Sql :: update table from another table 
Sql :: SQL Server lock table example 
Sql :: alter table name sql 
Sql :: select list is not in group by clause and contains nonaggregated column codeigniter 
Sql :: drop a recordin sql 
Sql :: sql server case sensitive search 
Sql :: drop column from local database postgres pgadmin 
Sql :: null sql 
Sql :: multiple like in sql 
Sql :: mysql trim spaces 
Sql :: json query 
Sql :: mysql get all tables from a specific database 
Sql :: oracle apex debug time 
Sql :: sql extract from mail 
Sql :: row to value to json in sql server 
Sql :: enable foreign key checks postgres 
Sql :: delete db postgres 
Sql :: oracle index size 
Sql :: oracle list proxy users 
Sql :: insert into select mysql 
Sql :: mysql: command not found 
Sql :: intellij mysql set timezone 
Sql :: inner join 
Sql :: odd record sql query 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =