I need a way to get true-false reply from SQL query that say to me: value in one column are the same or not?
Share
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.
This will work, if there are no null values in the column. Null values in the column are ignored by this solution.
I tested this with SQL Server when the datatype of Column1 is varchar and int.