Getting Error:
ERROR 203 (22005): Type mismatch. VARCHAR and TIMESTAMP for '2017-08-30 06:21:46.732'
SQLState: 22005
ErrorCode: 203
while executing the below query in SQuirrel SQL Client with apache.pheonix
select * from USER_T where USR_CRT=cast('2017-08-30 06:21:46.732' AS timestamp)
and USR_CRT type is TIMESTAMP