Answers for "mysql select if statement with and"

SQL
0

mysql if statement in where clause

SELECT  `id` ,  `naam` 
FROM  `klanten` 
WHERE IF(`email` != '', `email`, `email2`) LIKE  '%@domain.nl%'
Posted by: Guest on April-15-2021

Code answers related to "mysql select if statement with and"

Code answers related to "SQL"

Browse Popular Code Answers by Language