56,940
社区成员




mysql> SELECT * FROM JINSL_NET_TYPE;
+------+------+
| P | ID |
+------+------+
| 1 | NULL |
| 2 | NULL |
| 3 | NULL |
| 4 | NULL |
| 5 | NULL |
+------+------+
5 rows in set (0.00 sec)
mysql> CALL jinsl
-> ;
+------+
| P1 |
+------+
| 1 |
+------+
1 row in set (0.00 sec)
+------+
| P1 |
+------+
| 2 |
+------+
1 row in set (0.00 sec)
+------+
| P1 |
+------+
| 3 |
+------+
1 row in set (0.00 sec)
+------+
| P1 |
+------+
| 4 |
+------+
1 row in set (0.01 sec)
+------+
| P1 |
+------+
| 5 |
+------+
1 row in set (0.01 sec)
Query OK, 0 rows affected, 1 warning (0.01 sec)
mysql>