返回列表 回復 發帖
mysql> select p.dim, p.indexx, q.dim, q.indexx, p.id, q.id from s as p, s as q w
here p.dim < q.dim;
返回列表