Difference between revisions of "Portable SQL"
From Linuxnetworks
(new page) |
(intro) |
||
Line 1: | Line 1: | ||
+ | The ANSI SQL standard exists for years but it's still difficult to write SQL statements which are portable across most database engine implementations. This guide tries to give you tips about what is possible keeping the most common database implementations in mind and where the limits of portable SQL for this engines are. | ||
+ | |||
# Common tips | # Common tips | ||
## [[Portable SQL - DBMS Differences|Database differences]] | ## [[Portable SQL - DBMS Differences|Database differences]] |
Revision as of 13:57, 13 May 2007
The ANSI SQL standard exists for years but it's still difficult to write SQL statements which are portable across most database engine implementations. This guide tries to give you tips about what is possible keeping the most common database implementations in mind and where the limits of portable SQL for this engines are.
- Common tips
- SQL statements