Examples with "o UPDATE SQL" and their translation 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.
Una cláusula WHERE se puede utilizar junto con el comando DELETE o UPDATE SQL también para especificar una condición.
A WHERE clause can be used along with DELETE or UPDATE SQL command also to specify a condition.
Andere resultaten
INSERT - SQL y UPDATE - SQL producen errores.
Cuando Hibernate emite un INSERT or UPDATE SQL para una entidad la cual ha definido propiedades generadas, inmediatamente emite un select para recuperar los valores generados.
Essentially, whenever Hibernate issues an SQL INSERT or UPDATE for an entity which has defined generated properties, it immediately issues a select afterwards to retrieve the generated values.
select-before-update (opcional, por defecto es false): Especifica que Hibernate nunca debe realizar un UPDATE SQL a menos de que se tenga certeza de que realmente se haya modificado un objeto.
selectBeforeUpdate (defaults to false): specifies that Hibernate should never perform an SQL UPDATE unless it is certain that an object is actually modified.
Cree las instrucciones select, insert, update y delete SQL.
Create select, insert, update, and delete SQL statements.
Las sentencias UPDATE de SQL son también susceptibles a ataque.
En este artículo describiré cómo crear un manejador basado en el formato que permite múltiples programas los cuales actualizan la misma tabla utilizando un formato común y una clave única, para aprovecharse de una sola sentencia genérica SQL UPDATE que utiliza un soporte ampliado de variable del indicador.
In this article, I will describe how to create a format-based handler that allows multiple programs which are updating the same table using a common format and unique key, to take advantage of a single generic SQL UPDATE statement which utilizes extended indicator variable support.
Para otro tipo de sentencias SQL, UPDATE, DELETE, DROP, etc, devuelve TRUE en caso de éxito.
For other type of SQL statements, UPDATE, DELETE, DROP, etc, returns TRUE on success.
Con la funcionalidad Product Updates podemos integrar los Service Pack o Cumulative Updates al instalador de SQL Server, con esto ahorramos mucho tiempo, sobre todo cuando hay que hacer tiempo, sobre todo cuando hay que hacer múltiples instalaciones.
With the Slipstream functionality we can integrate Service Pack or Cumulative Updates to the SQL Server installer, this save much time, specially when you need to do multiple installations.
Haga clic con el botón derecho y seleccione Mostrar en Editor SQL | UPDATE del menú contextual o arrastre los objetos seleccionados hasta la ventana del Editor SQL mientras pulsa el botón derecho del ratón y elija Update en el menú contextual.
Right-click and select Show in new SQL Editor | Update from the context menu or, holding down the right mouse button, drag the selected objects into an open SQL Editor window and choose Update from the popup.
No más recreando la misma vieja SELECT, INSERT, UPDATE y DELETE SQL y luego tener que encadenar a todos juntos en VB o ASP, y luego empatar en todos los ganchos que actualizar la interfaz de usuario.
No more recreating the same old SELECT, INSERT, UPDATE, and DELETE SQL queries and then having to string them all together in VB or ASP, and then tie in all the hooks that update the user interface.
Si esta operación tiene éxito, usamos la sentencia UPDATE de SQL con una clausula WHERE para añadir 1 a la columna amigos de aquella fila que coincida con la cuenta del amigo.
If this retrieval is successful, we use the SQL UPDATE statement with a WHERE clause to add 1 to the friends column for the row that matches the friend's account.
La guía que he creado está basada en Product Updates in SQL Server 2012 Installation, a la que añado un fichero.bat que nos ahorra mucho tiempo.
This guide is based on Product Updates in SQL Server 2012 Installation, to which I add a.bat file to save time.