Corrected the spanish Sintax for the main title (#23104)

This commit is contained in:
Edwin J. Munguia
2019-08-10 16:42:56 -06:00
committed by Randell Dawson
parent 75f5db47bf
commit 285550ffbc

View File

@ -1,8 +1,8 @@
---
title: SQL Between Operator
localeTitle: SQL Entre Operador
localeTitle: Operador SQL BETWEEN
---
## SQL Entre Operador
## Operador SQL BETWEEN
El operador BETWEEN es útil debido al optimizador de consultas SQL. Aunque BETWEEN es funcionalmente lo mismo que: x <= element <= y, el Optimizador de consultas SQL reconocerá este comando más rápido y tiene un código optimizado para ejecutarlo.
@ -46,4 +46,4 @@ select Candidate, Office_Sought, Election_Year, format(sum(Total_$),2)
order by sum(Total_$) desc;
```
![imagen-1](https://github.com/SteveChevalier/guide-images/blob/master/between02.JPG?raw=true)
![imagen-1](https://github.com/SteveChevalier/guide-images/blob/master/between02.JPG?raw=true)