mysql oracle 只返回一行数据

oracle 语法 select    *  from t1 where rownum=1

mysql 语法  select    *  from t1  limit 1

你可能感兴趣的:(mysql oracle 只返回一行数据)