문제

I have a problem, I would like to build logging system which will be using timeuuid type as a column name which will allow me ask for it later.

Since for range queries order by time I need to use timeuuid type I would like to ask you how can I specify range queries for timeuuid column names if timeuuid is every time unique and I don't realy know the column name because of that I just know the time when it has been stored ?

please help

도움이 되었습니까?

해결책

OK all works, it turned out that column names are not required but you can't use null you need to use empty string instead

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top