with recursive abc as ( Select 0 as i union all select i+1 from abc where ... EDIT2: Combining different JSON functions from Mariadb or from ...
確定! 回上一頁