激动月光

文章
4
资源
0
加入时间
4年2月17天

mysql 常量_MySQL表中的常量列值

I have a table in MySQL. I'd like to set a column value for a table to be a constant integer. How can I do this?解决方案Unfortunately MySQL does not support SQL check constraints. You candefine them in yo...