hi Team,
i need to split a word based on a delimiter and try to add inceremental number to it, can you please help in acheiving this scenario.
Input : select * from order;select * from customer
output should be like select * from order - query 1, select * from customer - query 2
i itried using split operator , but could not able to append the incremental number