select distinct (col1) as col1, col2 as col2 from schema.table where col3 = 'abc' order by col1 desc limit 2;. This is my query.
確定! 回上一頁