Hi,
I would like to list all links with Field1 not equal to Field2.
This is producing the desired result but how to convert this into a global
SELECT ID, Title
FROM `Links`
WHERE Field1 != Field2
Thanks in advance!
I would like to list all links with Field1 not equal to Field2.
This is producing the desired result but how to convert this into a global

SELECT ID, Title
FROM `Links`
WHERE Field1 != Field2
Thanks in advance!