Passing SAS Functions to MySQL

SQL_FUNCTIONS=ALL allows for SAS functions that have slightly different behavior from corresponding database functions that are passed down to the database. (See SQL_FUNCTIONS=.) Only when SQL_FUNCTIONS=ALL can the SAS/ACCESS engine also pass these SAS SQL functions to MySQL. Due to incompatibility in date and time functions between MySQL and SAS, MySQL might not process them correctly. Check your results to determine whether these functions are working as expected.
Where the MySQL function name differs from the SAS function name, the MySQL name appears in parentheses. For more information, see Passing Functions to the DBMS Using PROC SQL.
ABS LOG2
ARCOS (ACOS) LOG10
ARSIN (ASIN) LOWCASE (LCASE)
ATAN MAX
AVG MIN
BYTE (CHAR) MINUTE
CEIL (CEILING) MOD
COALESCE MONTH
COMPRESS (REPLACE) QTR (QUARTER)
COS REPEAT
COT ROUND
COUNT SECOND
DATE (CURDATE) SIGN
DATEPART SIN
DATETIME (NOW) SOUNDEX
DAY (DAYOFMONTH) SQRT
DTEXTDAY STRIP (TRIM)
DTEXTMONTH SUBSTR (SUBSTRING)
DTEXTWEEKDAY TAN
DTEXTYEAR TIME (CURTIME())
EXP TIMEPART
FLOOR TODAY (CURDATE())
HOUR TRIMN (RTRIM)
INDEX (LOCATE) UPCASE (UCASE)
LENGTH WEEKDAY (DAYOFWEEK)
LOG YEAR