Commit f451ef83 authored by Ajit Deshmukh's avatar Ajit Deshmukh

Added Manage SQL folder

parent b31f72af
update user_rights set ACC_FILT = '(
''<entityCode>'' = ''GAGANB'' OR
((SELECT dept_code
FROM employee
WHERE emp_code = ''<entityCode>'') = ''0070''
AND sql_changes.exec_rights = ''D''
)
OR
((SELECT dept_code
FROM employee
WHERE emp_code = ''<entityCode>'') = ''0100''
AND sql_changes.exec_rights = ''Q''
)
)' where obj_name = 'sql_changes';
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment