摘要:
https://blog.csdn.net/italyfiori/article/details/43966109 实例: GRANT UPDATE ON demo TO demo_role; --赋予demo_role demo表的update权限 GRANT SELECT ON ALL TABL 阅读全文
摘要:
如果再conf 文件中指定了data_dir 参数,则在该路径中获取 如果conf 文件中没有指定: In V8 filestore is used by default.. no need for extra setup... If user runnig odoo has home set to 阅读全文
摘要:
UPDATE table SET field='C', field2='Z' WHERE id=3; INSERT INTO table (id, field, field2) SELECT 3, 'C', 'Z' WHERE NOT EXISTS (SELECT 1 FROM table WHER 阅读全文