Subject | RE: Full Cross Tab but unknown column headers |
---|---|
Author | |
Post date | 2014-01-06T09:17:50Z |
Yes I had the SET TERM as I was creating the SP
SET TERM ^ ;
CREATE PROCEDURE ACTUALIZAR_TABLA_PIVOT(
tcTablaPivot VARCHAR( 28),
....
lcInto1;
EXECUTE STATEMENT lcActualizar;
END
END
END^
SET TERM ; ^
Yet I ran into the error. What stumps me is that it worked before in 2.1.4
Thanks and regards
Bhavbhuti
SET TERM ^ ;
CREATE PROCEDURE ACTUALIZAR_TABLA_PIVOT(
tcTablaPivot VARCHAR( 28),
....
lcInto1;
EXECUTE STATEMENT lcActualizar;
END
END
END^
SET TERM ; ^
Yet I ran into the error. What stumps me is that it worked before in 2.1.4
Thanks and regards
Bhavbhuti