Hi all,
i want to update some attribute values to the all existing custom documents in the repository, with out changing the r_modify_date.
how this can be done through DQL or SQL.
Thanks In Advance.
You need to do this in SQL. Any object changes using DQL will update r_modify_date value for the object.
Hi Johnny,
How to convert dql script in to sql.
Thanks for you quick response.
Found out how to convert dql in to Sql.