<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>29 Feb 2016 15:00:10 Z</lastBuildDate><pubDate>29 Feb 2016 13:38:10 Z</pubDate><description>I have a query like this:&#13;
&#13;
[code:sql]&#13;
select 'Gesamt VDA' as bez, sum(anzahl) menge&#13;
from soko where left(nummer,4) = '1601' and art = 'V'&#13;
[/code]&#13;
&#13;
My Result shows NULL as a value for bez instead of 'Gesamt VDA'. Why is that? Is there a way to declare a string as a field in HFSQL?&#13;
&#13;
TIA&#13;
Sebastian&#13;
&#13;
--&#13;
http://arnoldconsult.de &#13;
WinDev 20 with Oracle, WinDevMobile Android Apps and Motorola Windows CE Mobile Barcode Scanners, Python 3 with Oracle and MySQL</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56642-hfsql-sql-string-field/read.awp</link><title>HFSQL SQL String as field</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Sebastian Arnold</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56642-hfsql-sql-string-field-56645/read.awp</comments><pubDate>29 Feb 2016 15:00:10 Z</pubDate><description>This is without code, all within HFSQL Control Center. &#13;
&#13;
The point is &#13;
&#13;
[code:sql]&#13;
select 'something' as column_name ...&#13;
[…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56642-hfsql-sql-string-field-56645/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56642-hfsql-sql-string-field-56645/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56642-hfsql-sql-string-field/read.awp">HFSQL SQL String as field</source><title>Re: HFSQL SQL String as field</title></item><item><author>Attlebax</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56642-hfsql-sql-string-field-56643/read.awp</comments><pubDate>29 Feb 2016 14:28:18 Z</pubDate><description>Without seeing the code around this statement it is fairly hard to work it out. However SQL in Windev is fairly standard.&#13;
&#13;
So …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56642-hfsql-sql-string-field-56643/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56642-hfsql-sql-string-field-56643/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56642-hfsql-sql-string-field/read.awp">HFSQL SQL String as field</source><title>Re: HFSQL SQL String as field</title></item></channel></rss>
