Skip to Content
0
Nov 11, 2020 at 11:39 AM

SELECT statement dynamic

97 Views

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