[Home] [Help]
The following lines contain the word 'select', 'insert', 'update' or 'delete':
select
chat_message_id
,chat_id
,business_group_id
,person_id
,contact_id
,target_person_id
,target_contact_id
,message_text
,object_version_number
from ota_chat_messages
where chat_message_id = p_chat_message_id;
select
chat_message_id
,chat_id
,business_group_id
,person_id
,contact_id
,target_person_id
,target_contact_id
,message_text
,object_version_number
from ota_chat_messages
where chat_message_id = p_chat_message_id
for update nowait;