
SQL | LeetCode 1193. 월별, 국가별 거래 요약 통계 구하기

·
Computer Science/SQL
Table: Transactions+---------------+---------+| Column Name | Type |+---------------+---------+| id | int || country | varchar || state | enum || amount | int || trans_date | date |+---------------+---------+id is the primary key of this table.The table has information about incoming transactions.The state column is an enum of type ["approved..