<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Mismatch the value in tables after run query</title><link>https://community.appian.com/discussions/f/new-to-appian/28864/mismatch-the-value-in-tables-after-run-query</link><description>Hello, I am trying to write an INSERT query The INSERT query is of the form INSERT INTO &amp;lt;table_name&amp;gt; (..., &amp;lt;VARCHAR FIELD&amp;gt;,....) VALUES (...,&amp;#39;Completed/Termin&amp;#233;&amp;#39;, ...)&amp;quot; 
 the word Termin&amp;#233; is the french word after run this query the value inserting in the</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Mismatch the value in tables after run query</title><link>https://community.appian.com/thread/113730?ContentTypeID=1</link><pubDate>Mon, 05 Jun 2023 12:36:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c9a22771-149a-4b8c-b6c2-d52be2cafcca</guid><dc:creator>Nikhil Chandra Reddy Tetali</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Use double qourts rather than single qourts as illustrated below, but using single qourts also correct format only...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;INSERT INTO &amp;lt;table_name&amp;gt; (..., &amp;lt;VARCHAR FIELD&amp;gt;,....) VALUES (...,&amp;quot;Completed/Termin&amp;eacute;&amp;quot;, ...)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>