KnowledgeBoat Logo
|

Computer Science

Which function is used to substitute NULL values in a query result ?

SQL Queries

3 Likes

Answer

IFNULL() function is used to substitute NULL values in a query result.

Answered By

2 Likes


Related Questions