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.
mysql テーブルに挿入するときに、1000000000 を 1e+09 などに変換します。
挿入はINSERTクエリで行っています
フィールドのデータ型は float です
と
DBエンジンはInnoDB
これはDebianサーバー上のライブデータベースですが、Amazonサーバー上のデータベースの場合、同じINSERTクエリで1000000000が正しく保存されます。非常に奇妙な :(
1e+9です1000000000。number_format()値を通常の表記で表示する場合に使用します。
1e+9
1000000000
number_format()