Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Viewing all articles
Browse latest Browse all 5530

MariuszEm on "WP_query and MySQL lost connection"

$
0
0

And I got it. ACF makes meta value looks like:
a:3:{i:0;s:10:"value1";i:1;s:11:"value2";i:2;s:15:"value3";
So it is why I can't use "=" instead of LIKE. It is also why I can't use IN.

IN works like "=", but it works in array. Is there LIKE for arrays?


Viewing all articles
Browse latest Browse all 5530

Trending Articles