How to select like if I have columns with rows
column
row1
row1
row2
row3
row3
And when outputting all rows, only to output like..
row1
row2
row3
If there is rows with same value, I want to output them just once.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Either use
or