0

列の値を現在の日付のエポック形式と比較するにはどうすればよいですか?

次のクエリを試しました:

select f_id from (select (extract(epoch from now()))) as epochNow, data_history 
where   (extract(epoch from f_lastmodified) + f_retention_period) < epochNow 

ERROR :
HINT:  No operator matches the given name and argument type(s). You might need to add explicit type casts.

********** Error **********

ERROR: operator does not exist: double precision < record
SQL state: 42883

ポインタはありますか?

4

1 に答える 1