Search found 1 match
- 23.07.2009, 08:06
- Forum: 6.6 - stable
- Topic: Problem with Oracle CLOB field
- Replies: 8
- Views: 1467
Problem with Oracle CLOB field
Hello! I have a problem with a clob inside a query SELECT id, clob_field, other_columns FROM table; In all returned rows a value of clob field is the same, the value of the last row of a table. The rest of fields is properly changing. If the same query is used for each record separately a value of t...