As far as I can see, the aggregate functon MAX isn't defined for type TIME. I desperately need to extract the last sample for each day from a database, and tried this statement: SELECT MAX(time),date FROM samples GROUP BY date; where the table samples contains date DATE, time TIME, I get the following error: ERROR: function max(time) does not exist I've tried casting the time to a type for which MAX is defined, but I was unable to find a casting function that was valid. My questions are: Why isn't MAX defined for TIME? Will it be defined in the future (no news about it in the 6.4-BETA1 HISTORY-file)? Any alternative ways to get the result I want? Thanks for your time! Sverre. -- Work: shh@computas.no +47 67 55 52 69 Home: sverrehu@online.no http://home.sol.no/~sverrehu/
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера