The values stored in the field sqltext in auditlog have query with this special symbols:
> Stands for the greater-than sign ( > )
< Stands for the less-than sign ( < )
Stands for the NewLine
	 Stands for the Tab
For example:
select text_value, value from constants where table_name = 'xxx' and column_name ='status'
The values stored in the field sqltext in auditlog have query with this special symbols:
>Stands for the greater-than sign ( > )<Stands for the less-than sign ( < ) Stands for the NewLine	Stands for the TabFor example: