Hi,
I am trying to insert into following html code into a column using sql query but "incorrect syntax error near Arial" message is coming. This error is coming because of mismatch of opening single code and closing single code.
Please help me to insert bulk of html code like below into table using sql server
I need a query which can insert bulk html code into table irrespective of no. of code, no. of braces....etc....
"
<p><strong><span style="background: yellow;">A.</span></strong><strong><span style="background: yellow; font-family: 'Arial','sans-serif';"> </span><span style="background: yellow;">Air Conditioning System of Accommodation Decks & SCR Room </span></strong></p>
"
insert into Quatations value('
<p><strong><span style="background: yellow;">A.</span></strong><strong><span style="background: yellow; font-family: 'Arial','sans-serif';"> </span><span style="background: yellow;">Air Conditioning System of Accommodation Decks & SCR Room </span></strong></p>
')
Thanks,
Santosh