Is there any difference between MySQL specific implementation of SQL and ANSI SQL? -


is there difference between mysql specific implementation of sql , ansi sql? , if there is, how mysql sql dialect called?

mysql differs standard sql programming language in several ways. mysql documentation has separate section on standards compliance.

mysql's own sql implementation not have separate name oracle's pl/sql.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -