You are using the table alias T twice. Try. Python. QUERY="SET @row_number = 0; select * from (SELECT (@row_number:=@row_number + 1) AS ...
確定! 回上一頁