|
|
|
|
|
|
|
|
|
#4 |
|
Programming till my fingers bleed.
Join Date: Aug 2003
Location: Michigan
Posts: 876
|
Other options are:
SELECT * FROM tablename WHERE date = now(); OR SELECT * FROM tablename WHERE date BETWEEN '2007-06-01 00:00:00' AND '2007-06-01 23:59:59' really depends on your database structure. Always multiple ways to skin a cat. |
|
|
|
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|