投稿

1月, 2015の投稿を表示しています

[技術メモ]Postgersqlの intger型にdouble precision型を突っ込んでおこられた時の対処法

HINT: No function matches the given name and argument types. You might need to add explicit type casts. と言われました。 型変換でto_numric関数やround関数を使用しましたがどうもうまくいかず 突っ込む側もdouble precisionにした所解決しました。