Help to write a query, which from the top table will output the bottom like it works but not completely
SELECT count (Object) from Table1 where Customer = 'MTZ'
Help to write a query, which from the top table will output the bottom like it works but not completely
SELECT count (Object) from Table1 where Customer = 'MTZ'
Please correct the question so that it describes the specific problem with sufficient detail to determine the appropriate answer. Do not ask a few questions at once. See “How to ask a good question?” For clarification. If the question can be reformulated according to the rules set out in the certificate , edit it .
Source: https://ru.stackoverflow.com/questions/533525/
All Articles