Hi,
Thanks for reporting.
RM logged: https://redmine.postgresql.org/issues/2507
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
On Fri, Jun 16, 2017 at 1:05 PM, wrote:
> Let’s say we have this function:
>
>
>
> CREATE OR REPLACE FUNCTI
Is this what you want?
Click Tools Query Tool
CREATE TABLE has_date_col( some_date_info DATE);
INSERT INTO has_date_col
(some_date_info)
VALUES
('2017-06-01'),
('2017-06-08');
SELECT * FROM has_date_col;
Also RTFMhttps://www.postgresql.org/docs/9.6/static/datatype-datetime.html
andhttps://www
Hi Everybody,
I am using Pgadmin 4.Can someone tell me how to create and populate data in
date dimension?
Thanks in advance!
Chuma