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.
Int16に相当するSQLはSqlInt16であることを私は知っています。
しかし、UInt16、UInt32、およびUint64に相当するSQLは何ですか?
tinyintを除いて、SQLサーバーにはネイティブの符号なし型がないため、同等のものはありません。最善の方法は、より大きな精度の数値を使用し、許容値に制約を追加することです。