Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to find & replace space from hyperlink src attribute SQL Server
    primarykey
    data
    text
    <p>i have table and there is one field where i store huge html data. each html data has many url &amp; lots of other text. by mistake when html data was inserted into table then there was some space stored in hyperlink src attribute like below way</p> <pre><code>http://www.mysite.com/content.aspx?%20content=Alfa_Romeo_164_1991_LCD_Climate_Control_it http://www.mysite.com/content.aspx?%20content=Audi_A6_2001_Brake_Calliper_it http://www.mysite.com/content.aspx?%20content=audi_a4_amp_a6_1996_2001_and_vw_passat_1996_2001_abs_pumps_commonly_failing_it http://www.mysite.com/content.aspx?%20content=Audi_A2_Body_control_failure_it http://www.mysite.com/content.aspx?%20content=Audi_A4_1997_Heater_Control_Unit_it </code></pre> <p>just see <strong>%20</strong> means space.</p> <pre><code>actually url should stored in like this way without space http://www.mysite.com/content.aspx?content=Alfa_Romeo_164_1991_LCD_Climate_Control_it </code></pre> <p>i want to find space from every url and replace with no space. thanks</p> <h2>update here is my data</h2> <pre><code>&lt;p align="left" class="MsoNormal" style="LINE-HEIGHT: normal"&gt;&lt;span lang="IT" style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;Centraline Climatizzatore&lt;br&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Times New Roman','serif'; FONT-SIZE: 12pt"&gt;&lt;a href="http://www.bba-reman.com/content.aspx?content=Alfa_147_JTD_2005_Climate_Control_it"&gt;&lt;font size="2" face="Arial"&gt;Alfa Romeo 147 JTD 2005 - Unità centralina climatizzatore (Numero di pezzo 7353377750) &lt;/font&gt;&lt;/a&gt;&lt;/span&gt;&lt;span lang="IT" style="FONT-FAMILY: 'Times New Roman','serif'; FONT-SIZE: 12pt"&gt;&lt;br&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Times New Roman','serif'; FONT-SIZE: 12pt"&gt;&lt;a href="http://www.bba-reman.com/content.aspx? content=Alfa_Romeo_164_1991_LCD_Climate_Control_it"&gt;&lt;span lang="IT" style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;Alfa Romeo 164 Early 90s - Guasto centralina Climatizzatore LCD.&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span lang="IT" style="FONT-FAMILY: 'Times New Roman','serif'; FONT-SIZE: 12pt"&gt;&lt;br&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Times New Roman','serif'; FONT-SIZE: 12pt"&gt;&lt;a href="http://www.bba-reman.com/content.aspx?content=Alfa-Romeo-156-16v-ABS-0273004535-italia"&gt;&lt;span lang="IT" style="FONT-FAMILY: 'Arial','sans- serif'; FONT-SIZE: 10pt"&gt;Alfa Romeo 156 L'unità centralina climatizzatore non rimane alla temperatura stabilita&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload