Is it possible to use $wpdb->update with where critiera that are not equalities e.g.
Date > Today
Field <> Value
etc?
Or do I have to fall back on $wpdb->query in these cases?
Is it possible to use $wpdb->update with where critiera that are not equalities e.g.
Date > Today
Field <> Value
etc?
Or do I have to fall back on $wpdb->query in these cases?
You must log in to post.