I have a data like 123456|765553|98 in a column, here i need to get the data 98 means onwards of the second positon of '|' and there is not constant length between the pipes('|'), that is why i cannot use left() or right () of sql.
↧