- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Using > operators in SAP HANA
You probably need to use cdata sections in your query. The term CDATA means, Character Data. CDATA is defined as blocks of text that are not parsed by the parser, but are otherwise recognized as markup. The predefined entities such as <, >, and & require typing and are generally difficult to read in the markup.
Following is the syntax for CDATA section −
<![CDATA[ characters with markup ]]>
You have to wrap your queries in CDATA as shown below −
<root> <query> <![CDATA[ select vbeln from vbpa where posnr > 50. ]]> </query> </root>
For more details about XML CDATA, you can refer below link −
https://www.tutorialspoint.com/xml/xml_cdata_sections.htm
- Related Articles
- Using Operators in Analytic Privilege in SAP HANA
- Using aggregated in SAP HANA
- Using SAP HANA Cockpit for HANA Administration
- Using database view in SAP HANA
- Using Delivery unit in SAP HANA
- Using Delivery unit in SAP HANA
- Using MDX provider in SAP HANA
- Using Information composer in SAP HANA
- Using IC_PUBLIC role in SAP HANA
- Using Schema mapping in SAP HANA
- Using parallel processing in SAP HANA
- Using packages in SAP HANA studio
- Using Attribute view in SAP HANA
- Using temporary license in SAP HANA
- Using Analytic View in SAP HANA

Advertisements