let say i've got a list of values, with such a format:
BookIndex - value what i need - random stuff
BookIndex - B 12x - AXD39
BookIndex - A 99a - PZT00
...
Question: how to get value what i need with as little functions as possible?
Output
B 12x
A 99a
answer based on subject of your question: SUBSTRING(FieldName, StartIndex, Length)
Find StartIndex and End index. In your samples you need text between char '-'