I have a SELECT statement that is trying to view data from a single table. The data is encapsulated by HTML tags (<p> and </p>). For instance, one field might say:
<p>Lorem Ipsum</p>
How do I tell the SELECT statement to discount the first 3 characters and the last 4 characters?
1 Answer