Forum Replies Created

Viewing post 1 (of 1 total)

  • Reply To: help with SQL query PGADMIN

    Yes- its homework (important one)

    pgadmin is the software i use,

    this is what i try so far-

    SELECT users.users_id, users.first_name, users.last_name, users.gender, deposit.time_stamp, SUM(deposit.amount) AS TotalAmount FROM users

    INNER JOIN deposit

    ON users.user_id =...

Viewing post 1 (of 1 total)