Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
INT(x)フィールドを asとINT(x+1)MySQLで宣言すると、どのような影響がありますか? フィールドに入ろ12345うとするとどうなりますか?INT(4)クエリを実行するとどうなりますか?
INT(x)
INT(x+1)
12345
INT(4)