I am trying to use SQL Editor on an Input Tool. I am able to run this query just fine in Teradata, but when I paste into SQL Editor I am getting the error below. Anyone know of an easy way to correct issue without having to manually re-type the entire query?
select a11.WK_IDNT WK_IDNT,
max(a15.WK_DESC) WK_DESC,
max(a15.WK_END_DT) WK_END_DT,
above is the SQL the error is calling out and below is the error message.
