SQL Language (MOSC)

MOSC Banner

instruction like

edited Feb 18, 2010 5:24AM in SQL Language (MOSC) 13 commentsAnswered
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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center