Dear all..
How to inherit value from SQL A to SQL B ??
ex: select col a, col b, col c from table a where condition ....
I need col c to inherit into next SQL.
select col d, col e from table b where condition A= col c.
I'm not a programmer , I already tried to use procedure to do so .
But it still can't be done.
Did I miss something?? Any sample code to help me??