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

  • SEARCH
  • Home
  • 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 6852633
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:25:00+00:00 2026-05-27T01:25:00+00:00

I have a table called articles and I would like to retrieve all articles

  • 0

I have a table called articles and I would like to retrieve all articles that contain a tag, in the articleTags field. The articleTags field contains a set of comma delimited strings (the tags).

If I am trying to find an article that contains the tag php from a table it should return results that had a articleTags field that looks like this –

  • php
  • c++,php,python

If I was doing this in PHP, I would simple use explode, but I don’t want to go through every row in the database, and instead use a more efficient method.

  • 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-27T01:25:00+00:00Added an answer on May 27, 2026 at 1:25 am

    you could use the like operator

    select * from articles where tag like '%php%'
    

    if you are worried about tags which are not php but have php in them like say phphp then you can use with comma

    select * from articles where tag like '%php,%' or tag like '%,php%'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Lets say I have a table in MySQL called articles, that has a column
I have a table called Articles. it includes the following field: ArticleIndex, ArticleLevel, ArticleParentIndex.
I have a database table called Posts which stores all the information regarding an
I have a table of articles with contains id,title among others. I have another
I have a table called Tickets with id, name. and a table called Articles
I have table called Table A and I have created a trigger that handles
I have a table called Articles . I also have a table for Tags
Brief Description: I have a table that stores articles. Articles are listed on table
Ok I have a table that changes the displayed text once clicked on like
I have a table articles , another tags , and a third called article_tags

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.