MySQL LIKE clause with comma -


What is the meaning of commas in the following SQL statement (using MySQL)?

[...] Preferences '%, cat233,%'

are not just a part of the string to match the comma? Such as "Fred, Bill, Cat 233, Jo, Harry" will match.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -