Hi
Can anyone help.
I have a database table with fields like this
RouterCallKey, DateTime, Time in Q, TalkTime, After Call Work
How do I refer to 'Time in Q' and 'After Call Work' within WebFOCUS SQL?
In SQL Server I would use [Time in Q] and [After Call Work] this way does not work in Webfocus
i.e
SQL
SELECT [Time in Q], [After Call Work]
FROM T_CS_Report;
TABLE ON TABLE HOLD AS HOLDER
END
Can anyone help.
I have a database table with fields like this
RouterCallKey, DateTime, Time in Q, TalkTime, After Call Work
How do I refer to 'Time in Q' and 'After Call Work' within WebFOCUS SQL?
In SQL Server I would use [Time in Q] and [After Call Work] this way does not work in Webfocus
i.e
SQL
SELECT [Time in Q], [After Call Work]
FROM T_CS_Report;
TABLE ON TABLE HOLD AS HOLDER
END