U
U
ustrechko2020-04-26 08:41:43
MySQL
ustrechko, 2020-04-26 08:41:43

How should a mysql query to the wordpress database look like for a certain selection of records?

Help with writing a query to the database. The point is this. It is necessary to select all posts that contain a certain word in post_title and do not have comments on these posts.
If anyone answers, thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2020-04-26
@shabelski89

Select * from table where post_title = "key" and comment_fld is null;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question