not

Practice Activity: Replacing NULL and blank values in Microsoft SQL Server

0:00
↔️ ↕️

Timecodes:

[Music]

how can you replace blank values with

something more meaningful

hello i'm philip burton of idoodata.com

so here we have an example of a table

and we're just going to just look at all

of the code first of all we've got drop

table if exists because i don't want to

have to run this code lots of times and

then find it fails because the table

already exists

this drop table if exists only works

with sql server 2016 service pack one or

later so if you've got a more recent

version this will work

if not i suggest you just don't include

this line

then i create a table with a single

column and that column is called text

field

it's a varchar20 and it allows null


Related queries:


how to include null values in sql query
how to exclude null values in sql query
how to include null values in sql select
how to include null values in oracle sql query
how to select not null values in sql query
how to check not null value in sql server stored procedure
how to exclude null values in sql
non null values in sql
don't show null values in sql