Showing posts with label select. Show all posts
Showing posts with label select. Show all posts

Tuesday, August 23, 2016

SQL Select where column1 is not equal column2

SELECT *
FROM my_table
WHERE NOT column_a <=> column_b