And Mimer, MySQL, DB2, and Oracle do not accept it. (While SQL Server, Postgres and Sybase do.)
So my conclusion is that if you want to write portable code, the SQL standard is a little bit safer way to go.
If you know your application will never ever be ported to anbother DBMS, you don't have to care about whats standard or not. (But why wasting time in this forum then...)