Find Superiors of Jessica Garcia in SQL Database
{"SELECT r.*\nFROM resource r\nJOIN hrmroles hr ON r.id = hr.id\nWHERE hr.rolesmembers LIKE '%10%'\nAND r.id != 10;\n\nThis query will retrieve all the information of the superiors of Jessica Garcia.
"}
原文地址: https://www.cveoy.top/t/topic/quv8 著作权归作者所有。请勿转载和采集!