MySQL does not support computed columns or expressions in the DEFAULT option of a column definition. You can do this in a trigger (MySQL 5.0 or greater required):
確定! 回上一頁