0

わかりました、SQL Server から PostgreSQL に変換しています。to_char に問題があります。

CASE LENGTH(LTRIM(RTRIM(to_char(floor(_FloatValue)))))
    WHEN 1 THEN '0' || LENGTH(LTRIM(RTRIM(TO_CHAR(floor(_FloatValue))))) || ':'
    ELSE LENGTH(LTRIM(RTRIM(TO_CHAR(FLOOR(_FloatValue))))) || ':'

このエラーが発生しています

   [2015-11-10 15:40:20] [42883] ERROR: function to_char(double precision) does not exist
   Hint: No function matches the given name and argument types. You might need to add explicit type casts.
   Where: PL/pgSQL function formatfloattohoursminutes(double precision) line 10 at RETURN

どんな助けでも素晴らしいでしょう。

4

1 に答える 1