A function can be used inline in SQL statements while stored procedures cannot.
you cannot call a stored procedure in a SELECT
statement. I guess this could be a reason for using functions.
How to extract just a portion of a larger result set from a SQL SELECT. LIMIT n is an alternative syntax to the FETCH FIRST n ROWS ONLY. T...
No comments:
Post a Comment