AVG Function
The AVG() function returns the average value of a numeric column....
The AVG() function returns the average value of a numeric column....
Como calcular el saldo de una cuenta corriente en MySql...
MSSQL Server , cuando queremos actualizar una tabla y hay conflicto con las collations...
SQL Server - MSSQL convertir fechas en formato español a ingles ANSII yyyy-MM-dd...
SQL (por sus siglas en inglés Structured Query Language) es un lenguaje declarativo de acceso a bases de datos relacionales que permite especificar di...
The FULL OUTER JOIN keyword returns all rows from the left table (table1) and from the right table (table2)....
The INNER JOIN keyword selects all rows from both tables as long as there is a match between the columns in both tables....
The LEFT JOIN keyword returns all rows from the left table (table1), with the matching rows in the right table (table2). The result is NULL in the rig...
The LIKE operator is used in a WHERE clause to search for a specified pattern in a column....
Concatenar resultados como GROUP_CONCAT de MySql...
Algunos query para saber el primer y ultimo dia de una fecha, tambien del mes siguiente y anterior....
Como hacer un update con inner join en Microsoft Sql Server...
The RIGHT JOIN keyword returns all rows from the right table (table2), with the matching rows in the left table (table1). The result is NULL in the le...
SQL has many built-in functions for performing calculations on data....
The SELECT TOP clause is used to specify the number of records to return....