請教大家
在postgresql執行下列語法的時候
select (t2.data-t1.data) as data from log2 as t1 inner join content as t2 on t1.id3=t2.id.
會出現下列的訊息
error: operator does not exist character=bigint
Hint : No operator matches the given name and argument type(s). You might need to add explicit type casts.
是否有轉換的函數可使用在此情況呢?煩請大家指點迷津 感謝
依錯誤訊息 sql script 的問題比較小. 先確認一下 t2.data, t1.data 資料是否都是數值
特別是 space 及標點符號.... 夾雜在資料內
如果 資料都對 再去找極大值是否超過datatype 的 range
再找不出原因,把 schema 貼出來 研究