instruction like
I have a customer table with the column code defining in char(6)
When I want to see the column code starting with "A", the instruction like 'A%' is ok
When I want to see the column code ending with "A", the instruction like '%A' display only customer code ending with 'A' and this caracter is a the position 6 (exemple AB001A)
these following code doesn't appeared
AB01A
XF15A
HJA
I need some help
thank's
When I want to see the column code starting with "A", the instruction like 'A%' is ok
When I want to see the column code ending with "A", the instruction like '%A' display only customer code ending with 'A' and this caracter is a the position 6 (exemple AB001A)
these following code doesn't appeared
AB01A
XF15A
HJA
I need some help
thank's
0