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.
H2 データベースに IP (IPv4) アドレスを格納するのに最適なフィールド タイプと長さは? 入力は、「XXXX」などのテキストです。MySQL には、IP データを変換するための便利な関数がいくつかあります。
INET_ATON and INET_NTOA
H2に相当するものはありますか?