Is there any way of doing
nodo_fecha_activ<= 1044226800000::numeric
without casting?
nodo_fecha_activ is numeric
if I try nodo_fecha_activ<= 1044226800000 then it gives me this error
ERROR: Unable to identify an operator '<=' for types 'numeric' and
'double precision'
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
- Re: [SQL] Automatic casting Vicente Alabau Gonzalvo
- Re: [SQL] Automatic casting Josh Berkus