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.
たとえば、データベース内のレコードを変更する必要があります。
" player ID" は正確に 11 桁decimal(11,0)です。
player ID
decimal(11,0)
これについて何か助けはありますか?
これを試して
alter table tablename modify playerID decimal(20,0)
新しいタイプに変更したい場合は、これを試してください
ALTER TABLE mytable ALTER COLUMN mycolumn newtype