Concatenate strings in DQL
Hi,
I'm trying to edit a property in bulk by making it equal to a literal string, followed by another property value (e.g. set property_a = 'string' & property_b).
I'm pretty certain in can't be done in DQL, but I wanted to make sure.
Thanks!
Raph
Best Answer
Answers
-
I am working with Documentum for more than 10 years and this feature is on my wishlist since day one.
0 -
This works in 6.5 SP2...
update dm_document object set title = (select r_object_id + ' ' + object_name from dm_document where r_object_id = '09013ff5800b3536') where r_object_id = '09013ff5800b3536'
Let me know if that works for you.
Matt
0 -
It works in MS SQL Server 2005 SP2. What is your RDBMS? (just curious)
0 -
It's Oracle. I seems quite sensitive to syntax for the support of DQL queries. For instance, I never could use DATEFLOOR within a group by expression. See https://community.emc.com/message/576113.
0
Categories
- All Categories
- 123 Developer Announcements
- 54 Articles
- 153 General Questions
- 149 Thrust Services
- 57 Developer Hackathon
- 37 Thrust Studio
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 918 Core Messaging
- 84 Digital Asset Management
- 9.4K Documentum
- 33 eDOCS
- 190 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 10 XM Fax
- Follow Categories