<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>5 Sep 2017 19:23:00 Z</lastBuildDate><pubDate>5 Sep 2017 17:41:00 Z</pubDate><description>Hi All&#13;
&#13;
I want to SELECT DISTINCT MyField FROM ... but I want to treat all MyField the same if they have the same value regardless if they have trailing spaces i.e. "SMITH" is the same as "SMITH ".&#13;
&#13;
I tried using NoSpace() but that does not return any results at all then.&#13;
&#13;
Any suggestions?&#13;
&#13;
Thanks</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62542-select-fields/read.awp</link><title>[WD] - Select fields</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62542-select-fields-62552/read.awp</comments><pubDate>5 Sep 2017 19:23:00 Z</pubDate><description>Peter &amp; Paulo&#13;
&#13;
Thanks very much. Will use those functions instead of NOSPACE()</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62542-select-fields-62552/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62542-select-fields-62552/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62542-select-fields/read.awp">[WD] - Select fields</source><title>Re: [WD] - Select fields</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62542-select-fields-62549/read.awp</comments><pubDate>5 Sep 2017 18:14:00 Z</pubDate><description>To remove the spaces in both ends use TRIM&#13;
In the left LTRIM&#13;
In the right RTRIM</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62542-select-fields-62549/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62542-select-fields-62549/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62542-select-fields/read.awp">[WD] - Select fields</source><title>Re: [WD] - Select fields</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62542-select-fields-62548/read.awp</comments><pubDate>5 Sep 2017 18:02:00 Z</pubDate><description>Hi JP,&#13;
&#13;
SELECT DISTINCT LTRIM(YourField) FROM...&#13;
&#13;
Cheers,&#13;
&#13;
Peter Holemans</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62542-select-fields-62548/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62542-select-fields-62548/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62542-select-fields/read.awp">[WD] - Select fields</source><title>Re: [WD] - Select fields</title></item></channel></rss>
