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
Post a Comment