Hello,
I need to keep the date numbers and replace instances of
[blue]{ts '2004-06-01 00:00:00.00'}[/blue] with a string
[green]to_date('2004-06-01','YYYY-MM-DD')[/green] to use in database queries.
Anybody have any cool one-liners to do the job?
Just for fun, any guesses as to the source of the first date string and the database I'll be using the new string for the query.
Thanks,
-Hallux
I need to keep the date numbers and replace instances of
[blue]{ts '2004-06-01 00:00:00.00'}[/blue] with a string
[green]to_date('2004-06-01','YYYY-MM-DD')[/green] to use in database queries.
Anybody have any cool one-liners to do the job?
Just for fun, any guesses as to the source of the first date string and the database I'll be using the new string for the query.
Thanks,
-Hallux