|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Hello,
I need a code to print all the reports which are created betweeen 2 dates . How can i do it? I found the difference (interval) between the 2 dates and then used the following code select * from table_name where (created_date, interval '$interval' day) >'$created_from'; But when this code is executed, sometimes the reports which are not created in this interval is also shown. What could be done? Could u please help. Thanks in advance. |
|
#2
|
|||
|
|||
|
I forgot to mention that my code is in perl and i am using mysql database
Thank u Dups |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > to produce reports created within 2 dates |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|