Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 399205
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T16:49:25+00:00 2026-05-12T16:49:25+00:00

I am storing pages for websites in a ‘pages’ database table, they are referenced

  • 0

I am storing pages for websites in a ‘pages’ database table, they are referenced by their path (i.e. ‘articles/my-first-blog-post’), I need to select all the children of a particular page, but without selecting grandchildren.

So if I run:

SELECT * FROM pages WHERE path LIKE 'articles%'

I’ll get pages with the following paths:

articles/one
articles/two
articles/two/more
articles/three
articles/three/more/even-more

I need to filter them (in the query) to just:

articles/one
articles/two
articles/three

Is there anyway to do something like:

SELECT * FROM pages WHERE path LIKE 'articles%' AND path NOT LIKE 'articles%/%'

Any ideas? Cheers.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T16:49:25+00:00Added an answer on May 12, 2026 at 4:49 pm

    You can use regular expressions for that. The keyword REGEXP works both for mysql and sqlite:

    ... WHERE path REGEXP '^articles/[^/]+'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im working on an app where one of the pages shows a websites blog....I
We are attempting to track links clicked on our websites by storing the session
I am creating a classifieds website. Im storing all ads in mysql database, in
When I'm developing websites, I use a very (very) simple system of creating pages:
I've created an iFrame component for people to integrate into their websites. The iFrame
I'm running through a list of websites and grabbing their content. I do this
I'm developing (.NET MVC) a large website which has the following specifications: Database pages
I have created 2 extensions for websites that i do not own and they
For laying out a long string into pages, I can use CTFramesetterCreateFrame to create
I use query string to access my pages. I try to make if anyone

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.