<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>27 May 2015 10:39:20 Z</lastBuildDate><pubDate>26 May 2015 16:28:04 Z</pubDate><description>Hi,&#13;
&#13;
with HFSQL SQL I tried to do something like this:&#13;
&#13;
[code:sql]&#13;
SELECT&#13;
  pos.id&#13;
  pos.artid&#13;
  (SELECT art.name FROM article AS art WHERE art.id = pos.artid) AS artname&#13;
FROM&#13;
  invoice_pos AS pos&#13;
[/code]&#13;
&#13;
It didn't work. Please don't tell me that it is not possible to use Subselects in the field part of an sql query.&#13;
&#13;
Sebastian&#13;
&#13;
--&#13;
http://arnoldconsult.de</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52311-subselect-select-sql-query/read.awp</link><title>Subselect in SELECT SQL Query</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>windev</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52311-subselect-select-sql-query-52328/read.awp</comments><pubDate>27 May 2015 10:39:20 Z</pubDate><description>Thanks Willian, but this is not completely true. Please see the docs for sub-select:&#13;
&#13;
http://doc.pcsoft.fr/en-US/?2034009&amp;name…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52311-subselect-select-sql-query-52328/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52311-subselect-select-sql-query-52328/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52311-subselect-select-sql-query/read.awp">Subselect in SELECT SQL Query</source><title>Re: Subselect in SELECT SQL Query</title></item><item><author>Willian Fernando</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52311-subselect-select-sql-query-52320/read.awp</comments><pubDate>26 May 2015 20:34:20 Z</pubDate><description>HFSQL does not support Sub Select&#13;
&#13;
--&#13;
Atte. Willian Fernando&#13;
Best Regards Willian Fernando</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52311-subselect-select-sql-query-52320/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52311-subselect-select-sql-query-52320/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52311-subselect-select-sql-query/read.awp">Subselect in SELECT SQL Query</source><title>Re: Subselect in SELECT SQL Query</title></item></channel></rss>
