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.
私はIPv4アドレスを次のようにDBに保存していますVARBINARY(4):符号なし整数の4バイト。非常に奇妙なアプローチ、はい:)
VARBINARY(4)
MySQLで符号なし整数に変換するにはどうすればよいですか?
悪い&遅い解決策:CONV(HEX(table.ip),16,10)
CONV(HEX(table.ip),16,10)