DB/__Oracle
oracle sql reference alter
javamix
2010. 6. 11. 09:58
http://www.adp-gmbh.ch/ora/sql/
Oracle SQL |
|
|
Mathematical
Date related
Analytical Functions
Select and subquery
Shorties
Emulating a table with sql
Aggregate functions
Aggregate functions allow to group "equal rows" in a result set and to do some (mostly mathematical) operations on a column of this group.
User defined aggregate functions in 9i
NULLs and boolean operators
insert into x returning y
hints
Model Clause
Regular Expressions
Validating SQL 92
This SQL validator can obviousy be used to check if an SQL statement is valid SQL-92 according to the standard. I haven't checked it out yet, though.
Misc
Thanks
Thanks to Prasad Godavarthi and Philippe Antoine who each pointed out a wrong links on this page.
Thanks also to Olivier Holl who notified me of a typo on this page. |