Hello All,
for()
{
SELECT * from x union select * from y union select * from z
}
I added union to all other queries which comes,when for loop runs but in my last line ,i've to remove the UNION ,how to do this.
Thanks in advance!