I guess the correct way of truncating a value in MySQL is truncate(value,limit);
but that doesn't seem to be working here it needs an extra table name;
select truncate(94204.27348,2);
ERROR at line1:
ORA-00923: FROM keyword not found where expected