Skip to content

Running total within a category in Access

I am trying to calculate a running total in Microsoft Access and could really need some help. Basically I have the below table containing three columns: Item Inventory Position Multiple I need a …

Condition’s speed in query [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 3 years ago. Improve this question Given both give the same result and from the same data. Does adding the co…

Concat rows for employee roles

I’m using SQL Server. Looking for similar functionality as GROUP_CONCAT or listagg functions provided in other Databases. Seems like STUFF function is provided to concat rows. Here’s my attempt. Employee Role EmployeeRole Expected Output Answer In SQLServer 2017, you can use aggregate function STR…