我正试图撰写《Pro*C/C/C++法典》,以便处理这样一个问题:
SELECT col1, col2, col3, col4 FROM table WHERE param IN(<set of values>);
I can have a C struct to retrieve the result and pass individual parameters but I can t seem to find a way to do this without explicitly specifying every value in the list.
是否有办法把这套装置当作一个阵列/站/名单?