[stackoverflow] [progress Openedge Abl] How To Query A Table Based On Data Separated By...

Status
Not open for further replies.
M

mac100

Guest
I have a string

a = "test1;test2;test3;test4;test5;".


I need to query a table ( say table ) with each data separated by ";"

My query is :

For each table where table.field1 matches "*test1*" no-lock:

disp table.field1 table.field2

end.

Continue reading...
 
Status
Not open for further replies.
Top