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 7729981
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:06:28+00:00 2026-06-01T06:06:28+00:00

I have a table with five fields, and I need to filter it to

  • 0

I have a table with five fields, and I need to filter it to be unique first four fields, but in result table I need all five. My function is searching all rows in table that equals data written in the search field, and looks like that:

$query  = "SELECT * FROM `$userstable` WHERE `name` LIKE  '%inputName%' LIMIT 50;";

My table looks like this:

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
provider art   name   serie file
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
AAA      327   music  12FH  deal.wav
AAA      134   cowboy 943   cow.exe
AAA      327   music  12FH  blackjack.omg
BBB      327   music  12FH  deal.wav
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

In Result I want to see is something like this:

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
provider art   name   serie file
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
AAA      327   music  12FH  deal.wav
AAA      134   cowboy 943   cow.exe
BBB      327   music  12FH  deal.wav
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

UPD: It doesn’t matter witch AAA string will be resulted AAA 327 music 12FH deal.wav or AAA 327 music 12FH blackjack.omg

  • 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-06-01T06:06:29+00:00Added an answer on June 1, 2026 at 6:06 am

    Do you need GROUP BY clause:

    SELECT 
      provider, art,   name,   serie, file
    FROM 
      `$userstable` 
    WHERE 
      `name` LIKE  '%inputName%' 
    GROUP BY 
      provider, art,   name,   serie
    LIMIT 50
    

    MySql works with hidden fields, that means that your file column may be some of the group file values. If you are looking for a specific value you need an aggregate function ( max, min, group_concat, … ) or a subquery.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have these four table assume that ring table consist of five fields(jewelry_id,ring_id,image,type,brand_id) Note
I have a form where five fields are there but when i click on
the table named: products . it have five hundred rows record. the table have
I have a table with five fields, | Zip code | Data 1 |
lets assume you have a table with 1M rows and growing ... every five
I have a table with name,age and address.I have totally five rows of data
I have a large table I imported from an Excel spreadsheet. For five of
I have the following five tables: ISP Product Connection AddOn AddOn/Product (pivot table for
I have five tables that are fairly similar in structure but different enough that
I have table inside a div tab. The table has 40 rows in it

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.