I am basically trying to compare 2 columns of one table and want to display values which does not have same/like values for these two columns.
I wanted to use ‘Not Like’ phenomenon here.
How do we do that?
How do we place column name in like phrase?
I tried following but it doesn’t work.
Field1! =~ /field2/