如何在一些條件下得到下一個mysql的結果?mysql查詢得到下一個結果
+-----+---------------+-------------------------+
| id | update_type | message |
+-----+-----------------------------------------+
| 1 | 10 | One tow three |
| 2 | 20 | No error in this |
| 3 | 0 | My testing message |
| 4 | 0 | php module test |
| 5 | 30 | hello world |
| 6 | 0 | team spirit |
| 7 | 40 | puzzle game |
| 8 | 50 | social game |
| 9 | 0 | stackoverflow |
|10 | 0 | stackexchange |
+-----+---------------+-------------------------+
在上表中我怎樣才能得到update_type=20
和直到update_type變化30
所有消息。 (上表是靜態的,值爲0
,可以擴展到多個下一行)