摘要:
oracle的start with connect by prior是根据条件递归查询"树",分为四种使用情况: 第一种:start with 子节点ID='...' connect by prior 子节点ID = 父节点ID 1 select * from mdm_organization o 阅读全文
摘要:
update user set password_expired='N' where host = '127.0.0.1'; update user set password=password('root') where user='root'; update user set host='%' where user='root' and host='localhost'; flush p... 阅读全文