Hi guys
If I have a table where the ‘x’ column (say) is of type timestamp, how can I use it to restrict / subset queries?
Say if I want all results after 18:00;
select from x where `hh$timestamp > 18
Or a ranged query:
select from xwhere `hh$timestamp within (12;14)
Neither of the above work for me - not sure what Im missing…
Thanks!
– Rory