progress 4gl - What is ABL equivalent for SELECT IN statement -
Any help please help me for the selection for ALL equivalent, for example
< Code> SELECT column_name (S) table_name WHERE column_name IN (value1, value2, ...);
You can use the Lookup
function like this : WC-sep = "," wc-liste = value1 + wc-> not defined as the wc-liste character with defined variables in the form of WC-sep character- Sep + value2 + wc-sep + value3 ... for each table_name where lookup (table_name.column_name, wc-liste, wc-sep) & gt; 0 no-lock: ... and
But this is not a good idea for perfomances.
You can also try:
bcle: not for each table_name - lock: if lookup (table_name_name, wc-liste, wc-sep) = 0 Next Blake ... Finish
Comments
Post a Comment