DECIMAL columns in MySQL 5.6 do not permit values larger than the range implied by the column definition. For example, a DECIMAL(3,0) column supports a range of -999 to 999.
Por ejemplo, una columna DECIMAL(3,0) debe soportar un rango de al menos -999 a 999, pero MySQL debería permetir almacenar valores de 1000 a 9999 también, usando el byte de signo para almacenar un dígito extra.
The declaration syntax for a DECIMAL column is DECIMAL(M, D). The ranges of values for the arguments in MySQL 5.6 are as follows
La sintaxis de declaración para columnas DECIMAL sigue siendo DECIMAL(M, D), aunque el rango de valores para los argumentos ha cambiado algo
It differs from DELETE in the following ways in MySQL 5.6
Para otros motores, TRUNCATE TABLE difiere de DELETE FROM en los siguientes puntos en MySQL 5.0
This section discusses the characteristics of the DECIMAL data type (and its synonyms) in MySQL 5.6, with particular regard to the following topics
En MySQL 5.0.3, se hicieron varios cambios en distintos aspectos del tipo de datos DECIMAL (y sus sinónimos)
Alte rezultate
Variables with no version indicated are present in all MySQL 5.6 releases.
Las variables sin versión indican que están presentes en todas las versiones de MySQL 5.0.
Server-side built-in feature of MySQL 5.6 cannot be used to ensure session consistency under all circumstances.
No se puede usar la característica interna del lado del servidor de MySQL 5.6 para asegurar la consistencia de sesión bajo ninguna circunstancia.
This table is created during the MySQL 5.6 installation procedure.
Esta tabla se crea durante la instalación de MySQL 5.0.
It also includes features imported from MySQL 5.6, and completely new features.
También incluye características importadas de MySQL 5.6, y completamente nuevas funciones.
Exemplele au rolul de a te ajuta să traduci cuvinte sau expresii corect si adaptat la context. Nu sunt selectate sau validate manual, așadar pot conține termeni inadecvați. Te rugăm să raportezi exemplele pe care le consideri inadecvate. Traducerile vulgare sau colocviale sunt în general marcate cu roșu sau cu portocaliu.
Înregistrează-te pentru a accesa mai multe exemple