Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Mysql query to prompt for start and end dates(Mysql query to prompt for start and end dates)
Mysql query to prompt for start and end dates [message #690602] Wed, 29 June 2011 19:59 Go to next message
Steve  is currently offline Steve Friend
Messages: 1
Registered: June 2011
Junior Member
Hello. I am new to the forum and relatively new to BIRT as well.

I'm trying to find the equivalent syntax of the following Oracle query snippet that prompts for start and end dates when a report is generated.

where session.created_on > to_date(?, 'YYYY-MM-DD')
and session.created_on < to_date(?, 'YYYY-MM-DD')
order by session.created_on asc

When I put this in a mysql query Eclipse tends to hang or return an error about the to_date function.

What is the correct way to accomplish this using mysql?

Thank You.

[Updated on: Wed, 29 June 2011 20:09]

Report message to a moderator

Re: Mysql query to prompt for start and end dates [message #690638 is a reply to message #690602] Wed, 29 June 2011 21:30 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Have you looked at the STR_TO_DATE function?
http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_str-to-date

Jason

On 6/29/2011 3:59 PM, forums-noreply@eclipse.org wrote:
> Hello. I am new to the forum and realatively new to BIRT as well.
>
> I'm trying to find the equivalent syntax of the following Oracle query
> that prompts for start and end dates when a report is generated.
> where session.created_on > to_date(?, 'YYYY-MM-DD')
> and session.created_on < to_date(?, 'YYYY-MM-DD')
> order by session.created_on asc
>
> When I put this in a mysql query Eclipse tends to hang or return an
> error about the to_date function.
>
> What is the correct way to accomplish this using mysql?
>
> Thank You.
Previous Topic:Hide the cascading parameter in customized parameter page
Next Topic:Web Service Data Source - Authentication?
Goto Forum:
  


Current Time: Sat Apr 20 00:25:26 GMT 2024

Powered by FUDForum. Page generated in 3.69144 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top