Hi!
I tried with ur Suggession. But it is displaying like as follows.
bandwidth=> update dummy2 set tdate=CAST(current_time AS VARCHAR(25))where
bandwidth-> sno=1;
UPDATE 1
bandwidth=> select * from dummy2;
sno|tdate
---+-----
1|now
(1 row)
bandwidth=> select tdate from dummy2;
tdate
now
(1 row)
I want to dispaly showing of time..instead of that it displaying Now.
please,Can you Suggest me in this same above .
Thanks in Advance.
Tulasi