Computer Science, asked by drshrutishruti9244, 1 year ago

How to check if field is null or empty in MySQL?

Answers

Answered by LuckyYadav2578
0
to check the field is null or empty we will use select command
like given below :-

select * from emp
where field_name is null ;

note : field_name the user or programmer has to write the name of the field

i hope its help ☆☆ :)
Similar questions