It is possible only in case appointment was scheduled in special appointment room, The query will be tricky :)
On Thu, Apr 23, 2015 at 11:56 AM, Mahbub Al-Amin < [email protected]> wrote: > Actually, i wanted to know Number of expired conferences (scheduled but > did not held). > > Thanks. > > Regards, > mahbub > <http://www.commlinkinfotech.com> > > On Thu, Apr 23, 2015 at 11:50 AM, Maxim Solodovnik <[email protected]> > wrote: > >> something like this: SELECT * FROM openmeetings_3_0.appointments where >> appointment_endtime < NOW() ORDER BY appointment_endtime; ? >> >> On Thu, Apr 23, 2015 at 11:23 AM, Mahbub Al-Amin < >> [email protected]> wrote: >> >>> Hi Maxim, >>> >>> Is it possible to determine which appointments have completed from >>> database tables? I tried but failed. >>> >>> Thanks. >>> >>> >>> Regards, >>> mahbub >>> <http://www.commlinkinfotech.com> >>> >> >> >> >> -- >> WBR >> Maxim aka solomax >> > > -- WBR Maxim aka solomax
