如果我按名称插入一个带有订单的值。
+------------------+
| Table: example |
+------------------+
| Name | Value |
+---------+--------+
| A | 153 |
| B | 10 |
| C | 20 |
| D | 50 |
| E | 100 |
+---------+--------+
当我用查询选择值时
select * from example
或
select * from example limit 2
没有where
,order by
或group by
的是默认为插入顺序的结果的顺序??
谢谢,