Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CLUSTER DATABASE

Former Member
0 Likes
487

Which Open SQL statement should not be used with cluster databases?

1)UPDATE

2) MODIFY

3) DELETE

4) INSERT

2 REPLIES 2
Read only

Former Member
0 Likes
427

Hi,

the data in Cluster tables is in RAW format which can not understand by our normal SQL statements and for us also.

So, we go for using function modules like - 'READ_TEXT' and 'SAVE_TEXT' for reading and saving long text.

so our SQL statement r not recomended for to read Cluster tables.

Read only

Former Member
0 Likes
427

Hai,

This may help you.

'INSERT' is the sql statement which can't be used in cluster tables.

using cluster tables we will store all data dependent fields in this table.

with regards,

B.sowjanya,

reward points if useful.