mysql select doesn't include data which is compared by current timestamp

前端 未结 0 627
别跟我提以往
别跟我提以往 2020-12-19 03:56

Learning to write sql queries and facing some issues.

The query:

SELECT * 
FROM competitions c
INNER JOIN (
    SELECT competitionId, SUM(quantity) AS          


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