SELECT
ZTEXT,
ZTEXT AS “Message Text”,
ZDATE,
ZDATE AS “Message Date”,
ZSTATE
ZSTATE AS “Message Direction/State”
FROM
ZVIBERMESSAGE
*Strikethroughs represent the original query. The new query language with applied column names appears directly below the original.