Hi,
How can I select repeating attributes of an object? I need to "select" each one in each index position.
Please let me know.
Thanks.
ta
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
select r_object_id, group_name, users_names from dm_group WHERE group_name='docu' ENABLE (ROW_BASED)
athati, make sure you read the DQL reference guide (DQL Hints section) and see if there are any conditions on using the ROW_BASED that may affect performance in your particular situation.