<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[select  של sql לא עובד על עברית]]></title><description><![CDATA[<p dir="auto">ייבאתי קובץ ערים של משרד הפנים מסוג csv אל תוך mssms.<br />
(הייבוא נעשה כ-flat file ועבר קידוד ל-utf-8 לשם כך).<br />
כעת כשאני מריץ שאילתת SQL על תוכן עברי אין תוצאות.<br />
זה עובד:</p>
<pre><code>select *
from Cities1
where enCityName ='jerusalem';
</code></pre>
<p dir="auto">אבל זה לא עובד</p>
<pre><code>select *
from Cities1
where HeCityName ='ירושלים';
</code></pre>
<p dir="auto">אשמח לעזרה</p>
]]></description><link>https://tchumim.com/topic/14733/select-של-sql-לא-עובד-על-עברית</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 08:28:42 GMT</lastBuildDate><atom:link href="https://tchumim.com/topic/14733.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 26 Feb 2023 10:31:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to select  של sql לא עובד על עברית on Sun, 26 Feb 2023 18:13:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dovid">@<bdi>dovid</bdi></a> כתב ב<a href="/post/150587">select של sql לא עובד על עברית</a>:</p>
<blockquote>
<p dir="auto">ככה עובד?</p>
<pre><code>where HeCityName = N'ירושלים';
</code></pre>
</blockquote>
<p dir="auto">כן. לתועלת המחפשים בעתיד, ה-N מודיע שמדובר בנתון של <a href="https://stackoverflow.com/questions/24656009/what-does-the-n-mean" target="_blank" rel="noopener noreferrer nofollow ugc">מחרוזת יוניקוד</a><br />
יש"כ.</p>
]]></description><link>https://tchumim.com/post/150610</link><guid isPermaLink="true">https://tchumim.com/post/150610</guid><dc:creator><![CDATA[yyy]]></dc:creator><pubDate>Sun, 26 Feb 2023 18:13:09 GMT</pubDate></item><item><title><![CDATA[Reply to select  של sql לא עובד על עברית on Sun, 26 Feb 2023 11:03:41 GMT]]></title><description><![CDATA[<p dir="auto">ככה עובד?</p>
<pre><code>where HeCityName = N'ירושלים';
</code></pre>
]]></description><link>https://tchumim.com/post/150587</link><guid isPermaLink="true">https://tchumim.com/post/150587</guid><dc:creator><![CDATA[dovid]]></dc:creator><pubDate>Sun, 26 Feb 2023 11:03:41 GMT</pubDate></item><item><title><![CDATA[Reply to select  של sql לא עובד על עברית on Sun, 26 Feb 2023 10:47:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yyy">@<bdi>yyy</bdi></a><br />
מה הdata type של העמודה HeCityName, ומה הcollation?</p>
]]></description><link>https://tchumim.com/post/150584</link><guid isPermaLink="true">https://tchumim.com/post/150584</guid><dc:creator><![CDATA[חגי]]></dc:creator><pubDate>Sun, 26 Feb 2023 10:47:54 GMT</pubDate></item></channel></rss>