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
  • 462,703
  • 120
  • 1,088
  • 1,195
clarity
  • 421
  • 1
  • 8
  • 19

0 Answers0