摘要:
create table test_part ( id int, name varchar, age numeric ) partition by range (age); create table test_part_yong partition of test_part for values f 阅读全文
摘要:
报错如下: odoo12 is not in the sudoers file. This incident will be reported. 如果没有变更/etc/sudoders文件那么只需要给这个用户添加sudo 群组即可: usermod -a -G sudo username 阅读全文