Portable SQL/Statements/Data retrieval

From Linuxnetworks
< Portable SQL
Revision as of 15:07, 22 June 2008 by Nose (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The SQL language uses SELECT statements for asking the database server to send results based on the conditions back to the client. Contrary to the data manipulation statements which were only extended slightly by the database vendors, the portability of SELECT statements becomes a nightmare very fast.