Portable SQL
From Linuxnetworks
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
- Transactions
- Data manipulation
- Data retrieval
- Generating IDs
- Accessing metadata
- SQL tips