The solution given by @RolandoMySQLDBA will give you all posts because you have a * and not a +. The * means to return zero or more matches, which is not what you want. In this case, you actually don’t need either, but just to match the first character. Try this:
$sql .= $wpdb->prepare( " AND $wpdb->posts.post_name REGEXP '^[0-9]'");
Related Posts:
- How to return number of found rows from SELECT query
- Can i use php sql functions instead of $wpdb?
- $wpdb->delete column values IN ARRAY()?
- WordPress get pagination on wpdb get_results
- Ajax $wpdb not returning table data
- Converting MYSQL to WordPress $WPDB
- Why is variable not working on custom sql query using wpdb?
- Show MySQL errors that occur when I excute $wpdb->insert()
- Can’t get wp_insert_post to work
- WSoD being caused by this piece of code
- I want to select the from values from database in WordPress? [closed]
- Update results, Before deleting the related category [closed]
- wp query foreach deleting record returning only first or last item
- Database query works fine outside WordPress
- Using $wpdb (WPDB class) ‘replace’ with multiple WHERE criteria problem
- $wpdb->insert() does not Insert record in a table
- Help with a $wpdb MySQL Query
- Custom array from a query only write the last row of the query
- $wpdb returns duplicate posts
- Mixing variables into an array when inserting values
- Use $wpdb or other PHP script method to find/replace in WP database
- How can I add a new row in a separate database when someone registers via WordPress?
- Basic wpdb update question
- I can’t update my data through $wpdb
- Output: “Array”
- How to use mysql LIKE with wpdb?
- How do I prepare strings for insertions as values into a MySQL table?
- How to use AJAX in WordPress in MYSQL query?
- form $_post action value gets truncated after it passes through two forms
- Why won’t this wpdb get_results query return results?
- WPDB secure custom form
- Add row to custom database Table and delete all rows older than 1 day
- select a single val though a table in wordpress
- populate select options from extra mysql table data
- Query the links Database
- MySQL Query Returns Array () In Shortcode
- Passing in MySQL prepare statement parameter separately throwing error
- Convert a column of a table containing an Array as response in HTML
- Database SQL query error
- MYSQL TIMESTAMP when adding DATE_FORMAT then the output is blank, PHP conflict?
- Conditional formatting on data fetched from MYSQL
- What is the correct way to search 3 custom fields only in WordPress?
- Using wpdb to connect to a different database is not working
- Rewrite SQL query as a prepared statement and use in foreach loop
- Advanced WordPress SQL Query
- MySQL query in WordPress with AJAX
- Passed variable gets undefined variable error on insert on next page
- MySQL queries in WordPress
- Using the same shortcode to show any table from the database
- MySQL database migration to WordPress
- Error resetting database index using ALTER TABLE in $wpdb->query
- Putting form result in my database
- How can I update a value of a field depending on outside source?
- How to validate WordPress generated password in DB using PHP?
- wpdb::prepare was called incorrectly
- Jquery ajax to custom php file: returning blank data
- Add value to usermeta without removing previous values?
- How can I call a row of user specific data from a custom table added to the WP Database
- How to merge local and live databases?
- Performance issues with large website [closed]
- Create a quick start wordpress installation [closed]
- theme options echoing multiple times
- WordPress 3 – how are passwords stored and how do I compare to them?
- how to echo all tables that start with a prefix
- How to select WooCommerce products by post_meta and order them
- Any possible way to make $wpdb->get_results() return anything else than array?
- Remove one value in dismissed_wp_pointers?
- Accessing data from a non-WP database/table within a page content
- How can I save unique user data on my site? [closed]
- Ordering users by custom user meta
- Force Users To Relogin
- how to get serialized post meta
- A $_POST should occur when submit form but is not?
- Pull MySQL data from multiple tables and merge into 1 PHP array
- Using CFDB7 vs Custom MySQL Database [closed]
- Adding data to custom wordpress database table
- Undefined variable: row?
- Removal of all posts content in bulk, keeping the posts itself
- Add posts to custom table in database instead of wp_posts
- How to store checkbox data for individual users?
- Usermeta data unserialize, extract and display in table in WordPress
- I can’t separate the array by commas
- Displaying SQL query result from user input via wpdb
- How can i limit the number of posts to the most recent 6 in my query?
- How do I create a WP endpoint that retrieves all custom post types that have a tag?
- How to grab data from input and store it into custom table in database?
- (Who to follow) Twitter widget
- Update user_email via php – WP 4.7
- How can I display a query in a page?
- Unable to pass variable to database
- How to properly send many mysql queries via php and what happens with ajax requests after they are sent?
- How to set up an auto delete post?
- WordPress upload images not displaying
- MySQL update text field with ‘
- How do you get a reference to $wpdb in a PHP script
- Query Concatenation
- Display total count of products in orders of a specific order status
- WordPress Query -> Ajax Query
- SQL – How to echo out inside of where statement
- WordPress Query with meta_key and order by another meta_key