Search results

  1. J

    Not totaling individually, GROUP BY

    Hey there, Im having a problem with this query, I have one table that holds all user records, then I have other tables that have a log of all deposits they made on a website in a month. I want the query to total these deposits and return the total for each month next to the USERS ID. Now this...
  2. J

    Forcing Query to return zero for missing records

    Basically I have a database that is pulling in raw data from a transactional website that I download from the back end. I have one user file with user details, and I have multiple files (each month, Jan, Feb, March, etc.) with deposit information. Now I tied all these tables together based...
Back
Top Bottom