Generic Select statement???
Generic Select statement???
(OP)
Hy there,
is it possible to accomplish generic statement like following:
SELECT arrColums FROM table;
whereas arrColums is an array of column specifier?
I need it in an embedded SQL statement. Else I would have to generate dozens of embedded sql functions with the same functionality but different column and table names.
kind regards boaconstrictor
is it possible to accomplish generic statement like following:
SELECT arrColums FROM table;
whereas arrColums is an array of column specifier?
I need it in an embedded SQL statement. Else I would have to generate dozens of embedded sql functions with the same functionality but different column and table names.
kind regards boaconstrictor