Hi all,
I have 2 tables X and Y
X: contains following data
Table Name | Days
A | 10
B | 8
C | 100
D | 45
Y: contains following structure
Col1| col2 | col 3| col4 | col5 | ……..|Table_Name
How do I delete records from table Y basing on the number in Days column in Table X.
Hope I am clear.
Thanks
Mark.