Want to remove HTML tags etc. from a field using a SQL query. There are great posts that use a function. We do not have permissions to create a function, is there anyway we can do it in the SQL query?
-
Maybe this will help: stackoverflow.com/questions/38868364/…Bossman– Bossman2020-10-23 10:14:42 +00:00Commented Oct 23, 2020 at 10:14
-
Does this answer your question? SQL - Remove all HTML tags in a string404 - Brain Not Found– 404 - Brain Not Found2020-10-23 12:12:02 +00:00Commented Oct 23, 2020 at 12:12
-
I not understand how to add it to the SQL Query [link] stackoverflow.com/questions/38868364/…Andrew Payze– Andrew Payze2020-10-24 11:47:16 +00:00Commented Oct 24, 2020 at 11:47
-
Are you on SQL Server 2017+?Tim Lehner– Tim Lehner2020-10-28 20:14:28 +00:00Commented Oct 28, 2020 at 20:14
-
yes, the latestAndrew Payze– Andrew Payze2020-10-29 21:20:33 +00:00Commented Oct 29, 2020 at 21:20
Add a comment
|