You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- Interestingly, the records that should be listed (have a relationship based on batch_code) are retrieved as text; is that correct? Unfortunately, the data that has been retrieved does not accurately provide the expected data mentioned in my question thread.DevQt– DevQt2025-04-15 03:16:04 +00:00Commented Apr 15 at 3:16
- You missed the "key_name" and "value" keys and its values. The "prod_name" shouldn't be null, except for "key_name" and "value". Still, your answer was great; you just need to refine it.DevQt– DevQt2025-04-15 03:34:52 +00:00Commented Apr 15 at 3:34
- One more thing, which I noticed in your query, for batch_code "BGUID-2025-04-11-6D81B58FAE94" and "BGUID-2025-04-10-20239FD2059F", you need to prevent "amount_to_pay" from summing up with other entries sharing the same "batch_code", as it represents the total of the corresponding list's "disc_price" (programmatically). Additionally, the "quantity" key and its value are missing.DevQt– DevQt2025-04-15 05:39:20 +00:00Commented Apr 15 at 5:39
- 1I had a feeling that I'd miss something important. The issue that I wanted to present was how to get the json to group the orders that are joined by batch, and list them individually when they are not in a batch.Doug Hills– Doug Hills2025-04-15 16:15:11 +00:00Commented Apr 15 at 16:15
- Could you please edit your answer to show how you would correct it to provide the expected output? I'd like to compare your approach to mine. Kindly disregard the backslash characters included in the output for now.DevQt– DevQt2025-04-16 01:38:09 +00:00Commented Apr 16 at 1:38
| Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. sql-server), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
lang-sql