Categories
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
www.mysql.ru/docs/gruber/mg18.html take a look here
when creating a table CHECK(condition): to change an existing one:
ALTER [IGNORE] TABLE tbl_name CHECK PARTITION {partition_names | ALL}
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question