Tengel
Posts: 49
|
| Posted: 02/01/2005, 5:49 AM |
|
I want to create a table that only shows post that have been added today.
Mysql statment would be like this
SELECT *
FROM mytestdb
where date_add = CURDATE()
My problem is to find out how to add the where state in Data Source.
Does any know?
_________________
---
Tengel |
 |
 |
Tengel
Posts: 49
|
| Posted: 02/01/2005, 5:54 AM |
|
Never mind, I did find out.
Only need to change Condition type in table parameter to Expression.
and added the where statement there
_________________
---
Tengel |
 |
 |
|