Column defined in table
I need to query sys_dictionary table and list all columns that reference to sys_user table. The challenge here is to list column only once. I do not want to list the child tables in my list. For example, column defned in cmdb_ci_servers should be l...
