Vertaling van "el SQL" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Desde ahí ejecuta el SQL para obtener la lista de movimientos.
From there it executes the SQL to get the list of moves.
A veces puedes necesitar solo generar el SQL en lugar de ejecutarlo.
Sometimes you need to generate the SQL but not execute it.
Te recomiendo que entiende lo que está haciendo el SQL antes de invocar la misma.
I recommend you understand what the SQL is doing before you invoke it.
Es su trabajo escribir el SQL compatible con su proveedor de base de datos.
It's your job to write the SQL compatible with your database provider.
Puede ser que el SQL no se ha ejecutado
It may be that the SQL has not run
Para ejecutar el SQL manualmente tendrá que reemplazar las variables con nombres de tabla real.
To run the SQL manually you will need to replace variables with real table names.
Además, los desarrolladores pueden ver al instante todo el SQL afectado por los cambios propuestos.
In addition, developers can instantly see all the SQL that is affected by proposed changes.
Visto que muchos instrumentos se están acercando a este límite fundamental, es crucial explorar formas de superar el SQL.
As many instruments are approaching this fundamental limit, it becomes crucial to explore ways to overcome the SQL.
Aquí está el SQL en el procedimiento almacenado
Here is the SQL in the stored procedure
La gráfica ya muestra la información que queremos pero el SQL que se está usando para recuperar los datos es bastante ineficiente.
The graph now shows the information we want but the SQL that is used to fetch the data is pretty inefficient.
Las empresas pueden mantener el SQL que tan bien conocen y tanto aman, pero varias veces más rápido que las opciones de mayor rendimiento del mercado.
Businesses get to keep the SQL they know and love, but many times faster than the best performing options in the market.
Respuesta popular Si su resultado depende del número de filas y no de lo que devuelve el SQL, puede intentar esto
If your result depends on the number of rows and not on what's returned from the SQL, you could try this
Si la tabla no existe, genera el SQL para crearla y lo ejecuta.
If it does not, it generates the SQL to create it and executes the SQL.