mysql中的enum和set型別. mysql中的enum和set其實都是string型別的而且只能在指定的集合裡取值,. 不同的是set可以取多個值,enum只能取一個. Sql程式碼.
確定! 回上一頁