<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>3 Apr 2016 08:38:00 Z</lastBuildDate><pubDate>30 Mar 2016 17:50:00 Z</pubDate><description>Hi everyone - I need to create a query, but not sure how to do it - I figure I nee several queries and them UNION them together. First I need a select all records in the database that have enrollments - that's easy. The next step is to look at the Attendance database and only keep the records from the first query that have some records in the attendance database. This way if there's no attendance records yet, I don't need to worry about absentees. Finally, out of the records that are left, I need to figure out who hasn't had an attendance record in the last "X" days. So someone that hasn't checked in in the last 10 days or so would be left in the list.&#13;
&#13;
I probably can figure most of this out, but I really have no idea how to exclude records that have no attendance records at all.&#13;
&#13;
Appreciate any help!</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57116-wb19-need-help-with-sql-query/read.awp</link><title>[WB19] need help with SQL query</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/57116-wb19-need-help-with-sql-query-57166/read.awp</comments><pubDate>3 Apr 2016 08:38:00 Z</pubDate><description>Thanks everyone! Appreciate the input!</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57116-wb19-need-help-with-sql-query-57166/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57116-wb19-need-help-with-sql-query-57166/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57116-wb19-need-help-with-sql-query/read.awp">[WB19] need help with SQL query</source><title>Re: [WB19] need help with SQL query</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57116-wb19-need-help-with-sql-query-57118/read.awp</comments><pubDate>30 Mar 2016 18:31:00 Z</pubDate><description>whitout knowing your db tables structure and database type (HF/CS, MYSQL,...) is dificult but you don't need several queries for…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57116-wb19-need-help-with-sql-query-57118/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57116-wb19-need-help-with-sql-query-57118/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57116-wb19-need-help-with-sql-query/read.awp">[WB19] need help with SQL query</source><title>Re: [WB19] need help with SQL query</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57116-wb19-need-help-with-sql-query-57117/read.awp</comments><pubDate>30 Mar 2016 18:16:00 Z</pubDate><description>Joel,&#13;
&#13;
&#13;
I assume you are using Mysql. If so, make an sql query -&#13;
&#13;
xdate is user defined - your X days&#13;
&#13;
select * from enro…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57116-wb19-need-help-with-sql-query-57117/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57116-wb19-need-help-with-sql-query-57117/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57116-wb19-need-help-with-sql-query/read.awp">[WB19] need help with SQL query</source><title>Re: [WB19] need help with SQL query</title></item></channel></rss>
