Hello,
Using PB 2019 R3, PostgreSQL 11.11, compiled by Visual C++ build 1914, 64-bit, PgAdmin 4.27
When I run the below query in PgAdmin, it works correct
SELECT x::time FROM generate_series(timestamp '2000-01-01', timestamp '2000-01-01 23:59', interval '30 min') t(x);
It generates half-hour time interval slot.
The same query gives the below error
1. No argument is there in the query to define.
2. Even then I tried defining x as an argument, still I get the same error.
How to correct this error?
Happiness Always
BKR Sivaprakash