Difference between revisions of "Portable SQL"
From Linuxnetworks
(simple select) |
(Join syntax) |
||
Line 12: | Line 12: | ||
## [[Portable SQL/Statements/Data retrieval|Data retrieval]] | ## [[Portable SQL/Statements/Data retrieval|Data retrieval]] | ||
### [[Portable SQL/Statements/Data retrieval/Simple SELECT|Simple SELECT]] | ### [[Portable SQL/Statements/Data retrieval/Simple SELECT|Simple SELECT]] | ||
+ | ### [[Portable SQL/Statements/Data retrieval/Join syntax|Join syntax]] | ||
## [[Portable SQL/Statements/Generating IDs|Generating IDs]] | ## [[Portable SQL/Statements/Generating IDs|Generating IDs]] | ||
# SQL tips | # SQL tips |
Revision as of 12:51, 22 September 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.
Feel free to add your own tips if you like ...
- Common tips
- SQL statements
- SQL tips