标签: mysql stored-procedures procedure
如何将存储过程中的数据插入表中?
我想做这样的事情:
INSERT INTO test CALL test30day(NOW() - INTERVAL 30 DAY, NOW());