2

Is there a way to print some data in a MySQL function like MSSQL's print. SELECT statement is okay in SPs but not in functions. Thank you.

1
  • The answer is "no," but if you have a use case for this, please elaborate and perhaps we can come up with a more useful answer. Commented May 14, 2017 at 9:35

1 Answer 1

1

You always can create table log(id,atime timestamp,message text) and do insert

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.