Hi all,
I have a "simple" question about the following
temporal query with "interval" operator:
can I define a query of this type?
select myfield,numeric_field from mytable where
temporal_attribute < temporal_attribute - interval numeric_field || '
days'
obviously this syntax is wrong.
In other words, is there a way to define a query
with a interval operator with variable argument?
Thanks
Stefano
|
- Re: [GENERAL] Temporal query question Stefano Bonnin
- Re: [GENERAL] Temporal query question Martijn van Oosterhout
- Re: [GENERAL] Temporal query question Richard Huxton