Skip to content
Advertisement

SQL: Select only one row of table with same value

Im a bit new to sql and for my project I need to do some Database sorting and filtering:

Let’s assume my database looks like this:

What should I do to only have the last column with the same email te be returned:

Thanks in advance!

Advertisement

Answer

SQL Query:

Your sample dataset Query result

Hope this solves your problem. Thanks.

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement