This suggestion it only works for one book at the time, but you can create a cursor to calculate the Position, and then instead of doing the Select substr... create view as Select substr...<br>
<br>
Declare <br>
Position number(2);<br>
<br>
Begin<br>
Select instr(title,' ') <br>
into...