Ignoring multiple rows.

So in my Db I have table that has multi of the same name. E.g John and there are a few others with the same name and I just wanna make it display one however there is some like E.g John (Alter) but the there is a field called “extra_id” and both of them are the same ID how do I make it so it displays them without the multiples.

You need to use the UNIQUE option when you execute your query!

That should do it for you!

Sponsor our Newsletter | Privacy Policy | Terms of Service