Question
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689967000/c2276162-b866-4e57-b954-7633e91fff74.jpg?itok=cFnaw2TE)
HSBC
IN
Last activity: 5 Mar 2019 5:42 EST
Unable to update PYLASTUPDATEDATE of pr_extract_time table through Connect-SQL
Getting invalid character error while updating the pr_extract_time column PYLASTUPDATEDATE. Below are the post-sql query.
SQL Query : UPDATE CDS.pr_extract_time SET PYLASTUPDATEDATE = '02-MAY-18' WHERE PYINSNAME like '%BIX_COAST_AGN%'; commit;
Note : The above query is runs fine in SQL developer but throwing error in Connect-SQL.