Answer the question
In order to leave comments, you need to log in
How to highlight the last 3 contracts in a SQL query?
There is a Contracts
schema :
SELECT code_employee, SUM(amt_credit)
FROM Contracts
GROUP BY code_employee;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question