Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I have a below field as :-
FKSTL_PRPS
0000080000
0000000010
CZ010812
CZ019011
I want to get only those ID's whose 5th and 6th records a= *08*
Can anyone please help ?
you can use this
FKSTL_PRPS
0000080000
0000000010
CZ010812
CZ019011
where mid(FKSTL_PRPS,5,2) = '08'
you can use this
FKSTL_PRPS
0000080000
0000000010
CZ010812
CZ019011
where mid(FKSTL_PRPS,5,2) = '08'