sql - Access query to retrieve all three fields not equal -
i need write query in ms access 3 columns should not equal .
for example there 3 columns b c . each column should not equal each other should have separate value.
how can write such query?
select a, b, c my_table a<>b , a<>c , b<>c
Comments
Post a Comment