First of all, hi everyone, I hope you're having a great day. So here's my problem. I have a column in my table that consist of values all append together like
1120304050607080
I need to get this value and then split it into many 2 digit values so i can use them in another query like
WHERE model in ('11,20,30,40,50,60,70,80') ...
Is this possible to do in a Db2 iSeries Navigator query ? If not, is there another way around ?
Thanks Have a great day !
EDIT: Seems like the solution will be to do a function. I haven't done a function in iseries before so if anyone is willing to help, i'll take it !