OData / OData/odataorg.github.io
How can I change SQL Query to Odata Query
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 73
- Forks
- 106
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
How can I convert This SQL Query to Odata Query
SELECT FirstName, LastName, MobileNo, COUNT(1) as CNT
FROM CUSTOMER
GROUP BY FirstName, LastName, MobileNo;
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
Issue #83 contains the only relevant entry point: a SQL query using grouping and COUNT. Start by checking the repository's existing OData documentation and examples for equivalent aggregation support. Done means documenting whether the query can be represented and providing a supported OData form; no files or tests are named.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- api
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100