D
D
des1roer2017-01-27 08:08:46
MySQL
des1roer, 2017-01-27 08:08:46

Mysql write limit?

Postgres definitely has a restriction on writing certain values ​​to a cell, i.e. e.g. disable writing in column 0000-00-00

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
leremin, 2017-01-27
@leremin

www.mysql.ru/docs/gruber/mg18.html take a look here

E
Egorithm, 2017-01-27
@EgoRusMarch

when creating a table CHECK(condition):
to change an existing one:

ALTER [IGNORE] TABLE tbl_name
CHECK PARTITION {partition_names | ALL}

14.1.8 ALTER TABLE Syntax

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question