I have table A in which I want to select the latest project number which is based of the tail.
0395279-00
0395279-01
0395279-02
I want to select the 0395279-02 and ignore the other project. I also have projects that have letters involved like L00P001-03. The tail is usually numeric and looks like -01,-02,-03. It sounds easy but for some reason I’m stumped.
0395279-00
0395279-01
0395279-02
I want to select the 0395279-02 and ignore the other project. I also have projects that have letters involved like L00P001-03. The tail is usually numeric and looks like -01,-02,-03. It sounds easy but for some reason I’m stumped.