i want to find two value from selected month and year using SQL select query

前端 未结 0 1034
暗喜
暗喜 2021-01-28 02:35

Click here For Output

Here is my select query:

/* First query */
SELECT YEAR, SUM( amount ) AS total
FROM accounts
WHERE ((MONTH >=  \'10\' || 
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题