<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Diameter symbol SQL Insert in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Diameter-symbol-SQL-Insert/m-p/444411#M69239</link>
    <description>&lt;P&gt;(untested...I'm not a frequent user of SQL...)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/10965589/unicode-data-type-in-sql" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/10965589/unicode-data-type-in-sql&lt;/A&gt;&amp;nbsp; suggests using&lt;/P&gt;
&lt;PRE&gt;VALUES(N'⌀')&lt;/PRE&gt;
&lt;P&gt;but it is probably vendor specific and depends on the field in the database being Nchar or Nvarchar rather than char or varchar. &lt;/P&gt;</description>
    <pubDate>Sun, 12 Dec 2021 23:40:47 GMT</pubDate>
    <dc:creator>Craige_Hales</dc:creator>
    <dc:date>2021-12-12T23:40:47Z</dc:date>
    <item>
      <title>Diameter symbol SQL Insert</title>
      <link>https://community.jmp.com/t5/Discussions/Diameter-symbol-SQL-Insert/m-p/444391#M69237</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the diameter symbol ⌀ as a char in a column in a DB table (it was created with Excel but it is complicated to prevent typing in the symbol because many people are working with that and there are historical data which I dont want to change...). The JMP Query (via JSL) imports the symbol correctly. But when I want to insert the symbol back into a DB table, it exports an ? instead of the ⌀. Is there any way to insert the symbol correctly?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dbc = Create Database Connection( "CONNECTION" );
sql = Eval Insert("
INSERT INTO DB.DATATABLE
(COLUMN) 
VALUES ('⌀')
");
Execute SQL( dbc, sql );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:41:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Diameter-symbol-SQL-Insert/m-p/444391#M69237</guid>
      <dc:creator>TWE</dc:creator>
      <dc:date>2023-06-10T23:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Diameter symbol SQL Insert</title>
      <link>https://community.jmp.com/t5/Discussions/Diameter-symbol-SQL-Insert/m-p/444411#M69239</link>
      <description>&lt;P&gt;(untested...I'm not a frequent user of SQL...)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/10965589/unicode-data-type-in-sql" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/10965589/unicode-data-type-in-sql&lt;/A&gt;&amp;nbsp; suggests using&lt;/P&gt;
&lt;PRE&gt;VALUES(N'⌀')&lt;/PRE&gt;
&lt;P&gt;but it is probably vendor specific and depends on the field in the database being Nchar or Nvarchar rather than char or varchar. &lt;/P&gt;</description>
      <pubDate>Sun, 12 Dec 2021 23:40:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Diameter-symbol-SQL-Insert/m-p/444411#M69239</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2021-12-12T23:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Diameter symbol SQL Insert</title>
      <link>https://community.jmp.com/t5/Discussions/Diameter-symbol-SQL-Insert/m-p/444542#M69251</link>
      <description>&lt;P&gt;That's it. Sometimes it is very simple. Many Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 14:16:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Diameter-symbol-SQL-Insert/m-p/444542#M69251</guid>
      <dc:creator>TWE</dc:creator>
      <dc:date>2021-12-13T14:16:19Z</dc:date>
    </item>
  </channel>
</rss>

