3

How can you insert data from a stored procedure into a table?

I want to do something like this:

INSERT INTO test
CALL test30day(NOW() - INTERVAL 30 DAY, NOW());
alecxe
  • 441,113
  • 110
  • 1,021
  • 1,148
clarity
  • 401
  • 1
  • 8
  • 17

0 Answers0