null-test Questions

3

Solved

These two MySQL functions do the same thing: IFNULL(column_name, 'test') = 'test' or NULLIF(column_name, 'test') IS NULL Which one is more efficient?
Calfskin asked 8/4, 2013 at 23:52
1

© 2022 - 2024 — McMap. All rights reserved.