79429960

Date: 2025-02-11 12:33:26
Score: 1.5
Natty:
Report link

MySQL functions can't return multiple rows directly, but you can try:

  1. Use JSON: Return a JSON array of results.
  2. Use a Table Function: Create a temporary table inside a procedure and query it.
  3. Use Views: If filtering is simple, a view might work.
Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Yash30389