<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>22 Aug 2015 01:31:00 Z</lastBuildDate><pubDate>16 Aug 2015 23:57:00 Z</pubDate><description>Hello&#13;
guess it's an easy Problem but since my mysql knowledge is Zero I have no clue.&#13;
I Need a mysql Statement which Looks at the Moment like this and it doesn't work (created by WD):&#13;
&#13;
SELECT&#13;
Ausstellung.VernissageDatum AS VernissageDatum,&#13;
Ausstellung.Titel AS Titel,&#13;
Ausstellung.FlyeriD AS FlyeriD,&#13;
Ausstellung.AusstellungID AS AussstellungID,&#13;
Kuenstler.Name AS Name,&#13;
Kuenstler.Vorname AS Vorname,&#13;
AusstellungKuenstler.AusstellungKuenstlerID AS AusstellungKuenstlerID,&#13;
AusstellungKuenstler.Objekte AS Objekte&#13;
FROM&#13;
AusstellungKuenstler RIGHT OUTER JOIN Ausstellung ON Ausstellung.AusstellungID = AusstellungKuenstler.AusstellungID,&#13;
AusstellungKuenstler INNER JOIN Kuenstler ON Kuenstler.KuenstlerID = AusstellungKuenstler.KuenstlerID&#13;
ORDER BY&#13;
VernissageDatum DESC&#13;
&#13;
I have three tables:&#13;
Ausstellung=Exhibition&#13;
Kuenstler=Artist&#13;
AusstellungKuenstler=ExhibitionArtist (supporttable since an Exhibition can have several artists and an Artist can have several exhibitions.&#13;
&#13;
All I want is a record for all AUSSTELLUNG whether there is an AUSSTELLUNGKUENSTLER or not and if there is one I Need Name and title from KUENSTLER&#13;
&#13;
Any help is appreciated. Thx in advance&#13;
Stephan</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql/read.awp</link><title>WD and mySQL</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/53548-and-mysql-53627/read.awp</comments><pubDate>22 Aug 2015 01:31:00 Z</pubDate><description>HI CCC2&#13;
&#13;
Thanks for posting that article. I'll keep an eye on the views I'm using with MySQL - which is a lot. However I alway…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53627/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53627/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql/read.awp">WD and mySQL</source><title>Re: WD and mySQL</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53624/read.awp</comments><pubDate>21 Aug 2015 23:53:00 Z</pubDate><description>Hi SwissStephan,&#13;
from your first post, you indicated needing a MySQL statement, so I assumed yo are using MySQL server.&#13;
&#13;
rega…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53624/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53624/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql/read.awp">WD and mySQL</source><title>Re: WD and mySQL</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53610/read.awp</comments><pubDate>21 Aug 2015 06:27:00 Z</pubDate><description>this is my recommendation of database server .&#13;
&#13;
a) if working with big project (over 50 tables and storage above 2gb ) and com…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53610/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53610/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql/read.awp">WD and mySQL</source><title>Re: WD and mySQL</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53609/read.awp</comments><pubDate>21 Aug 2015 05:48:00 Z</pubDate><description>for view , read this old blog. also mention in book about mysql perfromance&#13;
https://www.percona.com/blog/2007/08/12/mysql-view-…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53609/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53609/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql/read.awp">WD and mySQL</source><title>Re: WD and mySQL</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53608/read.awp</comments><pubDate>21 Aug 2015 01:38:00 Z</pubDate><description>I use MySQL a lot - find it much faster and more robust that HFSQL.&#13;
&#13;
I'm interested in your comment that views are actually ta…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53608/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53608/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql/read.awp">WD and mySQL</source><title>Re: WD and mySQL</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53607/read.awp</comments><pubDate>21 Aug 2015 01:19:00 Z</pubDate><description>Hi Stephen,&#13;
&#13;
H?F SQL is a junk . it is ok for small and simple db. if your db consist over 50+ tables with over 30GB then you …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53607/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53607/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql/read.awp">WD and mySQL</source><title>Re: WD and mySQL</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53605/read.awp</comments><pubDate>20 Aug 2015 23:01:00 Z</pubDate><description>Hi Ned, hi Issah&#13;
Thanks for your answers. I tried Ned's Version and it seems, it gives the desired result.&#13;
Issah, if possible …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53605/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53605/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql/read.awp">WD and mySQL</source><title>Re: WD and mySQL</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53589/read.awp</comments><pubDate>20 Aug 2015 01:40:00 Z</pubDate><description>Hi Swissstephan,&#13;
&#13;
whenever I have more than two tables being used in a query...especially with outer joins, I find it better t…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53589/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53589/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql/read.awp">WD and mySQL</source><title>Re: WD and mySQL</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53557/read.awp</comments><pubDate>17 Aug 2015 16:09:00 Z</pubDate><description>Hi Stephan,&#13;
&#13;
You could try something like...&#13;
&#13;
SELECT Ausstellung.VernissageDatum AS VernissageDatum, Ausstellung.Titel AS Ti…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53557/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql-53557/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53548-and-mysql/read.awp">WD and mySQL</source><title>Re: WD and mySQL</title></item></channel></rss>
