Hi,
Could anyone please tell me how to write a select statement to retrieve a value in the specific field, which has a string of indicators?
It’s located in the position 472 in one big field which is 700 byte long - SERS-PR-TRANS-RESTRICT.
I tried this and did not work.
SELECT SERS-PR-TRANS-RESTRICT(472) FROM D332SHC.SERS
WHERE OFFICE = ‘111’
AND ID_CODE = ‘0335’
Thank you!!!