question

Nashua.1985 avatar image
Nashua.1985 asked

New to SQL I need help on this query in postgress

I need query in Postgres’s db where I have to find customers whose last name is same.

My Table name : Customers. It has full names

Sam Jones

Mike Tyson

Clark Jones

Steve Smith

Jessy Tyson

Seven eleven


Expected results: I want to get customer names whose last name is same.

Sam Jones

Mike Tyson

Clark jones

Jessy tyson







sqlquerypostgresql
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.