MINUS Ignore Coulmn
MAliOct 23 2012 — edited Oct 23 2012Hi All
Please help me solve this issue
select 1, rowid
from table a
minus
select 1, null
from table b
The rowid from first query should not be considered however I would need the value of this column.
Please suggest if there is a function where I could not consider a column in minus but get the value of the Ignored column