Is it possible to perform a search using fields instead of terms, eg.
like this sql:

 

SELECT col1, col2

FROM table1

WHERE col1 = col2

 

Or is this something that might be going on the whiteboard?

 

Thanks,

Rob.

Reply via email to