What MySQL returns if I insert invalid value into ENUM?
Answers
Answered by
2
____________✉
__________✉
▶In MySQL, you can use the = operator to test for equality in a query. The = operator can only test equality with values that are not NULL.
For example: In this example, the SELECT statement above would return all rows from the contacts table where the last_name is equal to Johnson.
Similar questions