You can use common table expressions for such of requirements. See: SQL. Expand ▽. WITH RECURSIVE alldays as ( -- initial query SELECT ...
確定! 回上一頁