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

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -