How can i write dynamic SQL query in Jbdi, like in my project customer will ask some details like first name,last name,mobile
. so i will read those values into string and my idea was directly append that to SQL query dynamically like
select first name,last name,mobile from customer
and another user ask only first name
then my query will change like
select first name from customer where customer Id=12345