How to check if field is null or empty in MySQL?
Answers
Answered by
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 ☆☆ :)
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
English,
6 months ago
Art,
6 months ago
Math,
6 months ago
Political Science,
1 year ago
Political Science,
1 year ago
English,
1 year ago