Search results

  1. T

    How to use alias of a subquery to get the running total?

    Thank you, that was the way to do it!
  2. T

    How to use alias of a subquery to get the running total?

    I am using Access database and C#. I have a union of 3 tables for calculating some balance and I need to get the running sum of that balance, but I can't use partition over, because I must do it with the sql query that is gonna work in Access. My problem is that I cannot use join on a alias...
Top Bottom