HTML Tutorials |
|
XML Tutorials |
|
Browser Scripting |
|
Server Scripting |
|
.NET (dotnet) |
|
Multimedia |
|
Web Building |
|
Java Tutorials |
|
Programming Langauges |
|
Soft Skills |
|
Database Tutorials |
|
Operating System |
|
Software Testing |
|
SAP Module |
|
Networking Programming |
|
Microsoft Office |
|
Accounting |
|
|
Funzioni di SQL
|
Una funzione � un tipo speciale di ordine che restituisce un singolo valore.
|
Tipi di funzioni
|
I tipi di base di funzioni sono: -
- Funzioni aggregate
Funziona contro una collezione di valori, ma restituisce un singolo valore.
- Funzioni scalari
Funziona contro un singolo valore e restituisce un singolo valore basato sul valore dell'input. Le funzioni gradiscono CURRENT_TIME per esempio, non richiedono alcune discussioni.
|
SELECT function(column) FROM table
|
Aggregare le funzioni
|
Restituisce un singolo valore basato su un insieme di altri valori. Se usato fra molte altre espressioni nella lista dell'articolo di una dichiarazione PRESCELTA, il mosto PRESCELTO ha un GRUPPO dalla clausola. Nessun GRUPPO dalla clausola � richiesto se la funzione aggregata � l'unico valore richiamato dalla dichiarazione PRESCELTA
|
Le funzioni aggregate sostenute sono:
|
Function
|
Usage
|
AVG(expression)
|
Computes the average value of a column by the expression
|
COUNT(expression)
|
Counts the rows defined by the expression
|
COUNT(*) |
Counts all rows in the specified table or view
|
MIN(expression)
|
Finds the minimum value in a column by the
expression
|
MAX(expression)
|
Finds the maximum value in a column by the
expression
|
SUM(expression)
|
Computes the sum of column values by the expression
|
SELECT COUNT(*) FROM customers;
|
Funzioni scalari
|
Le categorie differenti di funzione scalare sono: -
- Funzione incorporata
- Data & funzione di tempo
- Funzione numerica
- Funzione della stringa
|
Alcune funzioni scalari sono: -
|
Function |
Description |
UCASE(c) |
Converts a field to upper case |
LCASE(c) |
Converts a field to lower case |
MID(c,start[,end]) |
Extract characters from a text field |
LEN(c) |
Returns the length of a text field |
INSTR(c,char) |
Returns the numeric position of a named
character within a text field |
LEFT(c,number_of_char) |
Return the left part of a text field
requested |
RIGHT(c,number_of_char) |
Return the right part of a text field
requested |
ROUND(c,decimals) |
Rounds a numeric field to the number of
decimals specified |
MOD(x,y) |
Returns the remainder of a division
operation |
NOW() |
Returns the current system date |
FORMAT(c,format) |
Changes the way a field is displayed |
DATEDIFF(d,date1,date2) |
Used to perform date calculations |
Keywords sql date function, sql max function, sql convert function,
sql replace function, sql trim function, sql sum function, sql string function,
sql round function, oracle sql function, sql left function
|
|
HTML Quizes |
|
XML Quizes |
|
Browser Scripting Quizes |
|
Server Scripting Quizes |
|
.NET (dotnet) Quizes |
|
Multimedia Quizes |
|
Web Building Quizes |
|
Java Quizes |
|
Programming Langauges Quizes |
|
Soft Skills Quizes |
|
Database Quizes |
|
Operating System Quizes |
|
Software Testing Quizes |
|
SAP Module Quizes |
|
Networking Programming Quizes |
|
Microsoft Office Quizes |
|
Accounting Quizes |
|
|