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
This commit is contained in:
committed by
Randell Dawson
parent
3a865623a8
commit
b3670895c1
@ -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
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
Reference in New Issue
Block a user