摘要:
https://blog.csdn.net/wszll_Alex/article/details/77866065?%3E 4.4切换用户gpadmin su gpadmin 进入$开头的bash环境 vim .bash_profile 文件是只读的时候, 1.添加gpadmin 到sudo当中 v 阅读全文
摘要:
1 select distinct s.id 2 from S s 3 join T t on s.id=t.it 4 where t.name = "ranmou" 5 group by t.mobile 6 having count(*)>2 7 order by s.create_time 8 阅读全文