Hello experts,
I have to make a program that extracts fields according to a select options, my select already extracts two static fields (fieldA fieldB) and I should add the fields of the select-options in input
example
select-options = 1 - 3
SELECT fieldA fieldB field1 field2 field3
How can I it?
thanks