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

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -