2008 May 07 7:24 AM
Hi Experts,
I need to select data from one table such that the date field of the table should be either today's date or earlier date.
How can I write such comparison statement in select query.
2008 May 07 8:01 AM
hi,
select * from <your_table>
where <date_field> <= sy-datum.
endselect .
regards,
burak
Hi Experts,
I need to select data from one table such that the date field of the table should be either today's date or earlier date.
How can I write such comparison statement in select query.
2008 May 07 8:01 AM
hi,
select * from <your_table>
where <date_field> <= sy-datum.
endselect .
regards,
burak
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |