CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   MySQL (http://www.codingforums.com/forumdisplay.php?f=7)
-   -   SQL Help (http://www.codingforums.com/showthread.php?t=282172)

jammyb 11-14-2012 03:37 PM

SQL Help
 
Just wondering if any of you could provide me with any help to the following statement.
"SQL has a well defined standard that enables portability between different database environments”.
I understand SQL is used across all the major RDBMS but in different flavours, for want of a better word.

Old Pedant 11-14-2012 07:37 PM

Ummm...and what "help" do you want?

Yes, in theory ANSI SQL is portable. In practice every DB indeed has its own "flavor", particularly when it comes to DATETIME data type (no two of the major DBs store DATETIME the same or use the same functions) and to functions in support of string manipulation.

MySQL is especially egregious in doing things in its own way. For example, its support for GROUP BY is not the same as that of any other DB that I know of.


All times are GMT +1. The time now is 05:20 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.