MySQL supports two very distinct type of functions: regular functions (some may also call them scalar functions) and aggregate functions which is often used in conjunction with GROUP BY statement (in fact a statement containing no GROUP BY clause is equivalent to grouping on all rows). The difference between the two types is that . . . → Read More: Types of functions in MySQL

Recent Comments