Topic: SQLExecute

Hello MVD!

I want to count records which has a current date only.  Please help me about this issue using SQLexecute.

Thanks !
manixs

Re: SQLExecute

Hello.


Check it out

SQLExecute( 'SELECT COUNT(id) FROM tablename WHERE date(datefield) = date(''now'')' );
Dmitry.

Re: SQLExecute

YES. Thanks MVD!