From b3670895c1a75c4cfadbd514e40b0adbcaba9261 Mon Sep 17 00:00:00 2001 From: Roger Comas Torres <42944977+rogerct@users.noreply.github.com> Date: Tue, 13 Aug 2019 15:54:53 +0100 Subject: [PATCH] Update index.md (#32834) * Update index.md The title could be a bit confusing so I changed it. * Changing the title The title in spanish could be confusing --- guide/spanish/sql/sql-and-operator/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/guide/spanish/sql/sql-and-operator/index.md b/guide/spanish/sql/sql-and-operator/index.md index 8fe7532a1f..c92e9e45a2 100644 --- a/guide/spanish/sql/sql-and-operator/index.md +++ b/guide/spanish/sql/sql-and-operator/index.md @@ -1,8 +1,8 @@ --- title: SQL and Operator -localeTitle: SQL y Operador +localeTitle: SQL AND Operador --- -## Operador SQL Y +## Operador SQL AND AND se utiliza en una cláusula WHERE o GROUP BY HAVING para limitar y definir las filas que retorna desde la sentencia ejecutada.También se puede usar cuando se requiera que se cumpla más de una condición. @@ -46,4 +46,3 @@ select Candidate, Office_Sought, Election_Year, FORMAT(sum(Total_$),2) from comb ``` ![imagen-1](https://github.com/SteveChevalier/guide-images/blob/master/and_operator06.JPG?raw=true) -