what am i missing? Json sql

后端 未结 0 947
再見小時候
再見小時候 2021-02-03 12:24

I have this SQL statement that I\'m creating a table with.

  SELECT 
    DISTINCT REGION,
    SUM(TOTAL) as totalsales
    FROM total_sales
    where REGION <&         


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