yes, I have this table:
mysql> select * from sequence_uid_number;
+-----+------+
| cid | id |
+-----+------+
| 1 | 5012 |
+-----+------+
1 row in set (0.00 sec)
mysql> select * from sequence_uid_number;
+-----+------+
| cid | id |
+-----+------+
| 1 | 5012 |
+-----+------+
1 row in set (0.00 sec)
Comment