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

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -