‎2008 Jan 02 5:29 AM
Which Open SQL statement should not be used with cluster databases?
1)UPDATE
2) MODIFY
3) DELETE
4) INSERT
‎2008 Jan 02 7:09 AM
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.
‎2008 Jan 02 12:12 PM
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.