0
votes
0answers
123 views

Is like '%text%' faster than like ('%text' or 'text%') [closed]

A lot of programming language when you use an OR, he will check the first condition to be true and won't check the rest of the condition. for example true OR (false) OR (1) OR (false) OR ....... OR ...