I'm trying to create a from - to datetime range from fields in a database table.
Unfortunately the fields aren't saved as a timestamp.
I have two entries
- time in hours from midnight
- date in days from 1 jan 1970
Is there a command to combine these entries so i can use a select statement and search in a range of time?
My database is sybase 15.7
I tried some options aswell, and this one seems to work for me:
The way this database is made is quite weird. Thanks for all your answers!