Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better way to check unique data in RDBMS database tables #2

Open
SOHELAHMED7 opened this issue Feb 24, 2020 · 1 comment
Open

Better way to check unique data in RDBMS database tables #2

SOHELAHMED7 opened this issue Feb 24, 2020 · 1 comment
Assignees

Comments

@SOHELAHMED7
Copy link
Member

lets say a table dogs have column comment and it contains data such as

id comment
1 red fox
2 Red Fox
3 red fox
4 red fox
5 red-fox
6 red_fox
7 Red-Fox

and so on

and task is to get unique comments

Generally we use SQL select distinct comment from dogs but most time we are mistaken

we dont want to check strictly all spaces, hyphen underscore etc

and want to check simple unique of red dog ness in comment col

@SOHELAHMED7
Copy link
Member Author

SOHELAHMED7 commented Feb 24, 2020

Solution :

@SOHELAHMED7 SOHELAHMED7 self-assigned this Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant