Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Please find the attachment i am trying to run add statement for partial relaod and i am getting an error while writting the script...One more thing it is mentioned in the manual that if we load two tables and put there result in one table it is mentioned that it is going to discard the second table but when i load both tables it did not discard the second table and even remove the duplicates without any condition in the script...Pl help
Thanks in advance
after ... not exists(name) remove the first semicolon ';'
Hope it helps
after ... not exists(name) remove the first semicolon ';'
Hope it helps
It worked thank you