MariusVolkhart / MariusVolkhart/squiggle-sql
to_date function
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
I need to create a sql statement as below
select * from
where = To_Date('2009-07-31','YYYY-MM-DD')
How do i do this ??
```
Original issue reported on code.google.com by `madh...@gmail.com` on 22 Jul 2010 at 9:11
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating the query-building API and existing handling for SQL functions, then clarify the desired Java interface for producing this expression; done requires an agreed API and verification that the generated SQL matches the requested statement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, sql
- Domain
- database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100