MySQL empty set with concat

QuestionsMySQL empty set with concat
sethbeckerman5 Staff asked 4 years ago

When I use this query, it return ID of user, and separated address.
But I want to return empty set if address or email_verified_at is NULL or empty. How can I do this.

But I want to return empty set if address or email_verified_at is NULL or empty. How can I do this.


View on Stack Overflow