Which one is better in MySQL - NULL or empty string?
Answers
Answered by
2
NULL is always the preferred way in SQL to indicate that a data value is unspecified or nonexistent for any reason. The SQL zero-length string (empty string) is specified by two single quote characters. The empty string ('') is not the same thing as NULL.
Answered by
0
Answer:
mySQL is better or empty string than NULL
Similar questions