SQL Group By
SQL Having
are not function.
"Aggregate functions are used to calculate some column values and return a single value."
But all functions are not used to calculate so there are some aggregate functions though these are also system function but defined in one category called aggregate.
SQL avg() -aggregate
SQL count() -aggregate
SQL first() -not used to calculate
SQL last() -not used to calculate
SQL max() -aggregate function
SQL min() -aggregate function
SQL sum() -aggregate function
SQL ucase() -string function
SQL lcase() -string function
SQL mid() - string function
SQL len() -string function
SQL round() - mathmetical function
SQL now() - no idea
SQL format() - no idea
Thanks,
Rajni Shekhar
Sabarimahesh, if this helps please login to Mark As Answer. | Alert Moderator