dharminfadia
dharminfadia
Hello Every One I am trying to change data type using query workbench I want to change data type date to timestamp using query for output schema in other DB...
> the new drivers (1.4.0.0) are released under bottom of https://opensearch.org/artifacts, let us know if they still have issues Hello @joshuali925  latest Driver is install still having same issue...
Hello Every One I am trying to change data type using query workbench I want to change data type date to timestamp using query for output schema in other DB...
> @dharminfadia I'm unable to reproduce your scenario. Here's the query that I attempted: > > ``` > opensearchsql> SELECT time1 as rawdate, timestamp(time1) as newdate from calcs; > fetched...
> > @dharminfadia I'm unable to reproduce your scenario. Here's the query that I attempted: > > ``` > > opensearchsql> SELECT time1 as rawdate, timestamp(time1) as newdate from calcs;...