Tags:
If there is a particular sentence you will need to create an expression using a function. I'm not sure if you are using Oracle or SQL Server as your database, so the syntax would depend on this.
You can use the INSTR function to find the location of the sentence if you know the sentence. After that you can use the substring function because you know the starting point of the string and the length.
I hope that helps.
© 2012 Created by PSoftPros.
