I have a field called emailMSG0
inside a table in the database. This field contains various information. Is there any possibility in SQL to filter what I want to get inside this emailMSG0
field? Bring just some information.
If I make a normal select for example:
SELECT emailMSG0 FROM TABELA
Return this to me:
Prezado Cliente <b><br><br>Pedido: <b>4264136</b>, NF: <b>1448692</b> <br>Pedido: <b>4264138</b>, NF: <b>1448693</b> <br>Pedido: <b>4264140</b>, NF: <b>1448694</b> <br><br>Data: <b>2015-12-08 10:37:49</b> Hora: <b>2015-12-08 10:37:49</b><br><br>Link do comprovante: <br><br><img src='cid:1krrpu5mb4br3'/>
Is there a way to filter what I want to appear? I just want to return the requests from this field.