Search
 
SCRIPT & CODE EXAMPLE
 

SQL

disable module odoo

sudo su - postgres
l  # for list
c tect # for connect db
SELECT * FROM ir_module_module WHERE name = ‘module_name’;
UPDATE ir_module_module SET state = ‘to remove’ WHERE name = ‘module_name’;
q
Comment

PREVIOUS NEXT
Code Example
Sql :: mdl ddl acl 
Sql :: grant select mysql 
Sql :: sqlite create record 
Sql :: intersect sql 
Sql :: sql store procedure 
Sql :: compare field sql server 
Sql :: load data from text file to mysql database on mac terminal 
Sql :: get comma separated values in mysql with group by 
Sql :: cara menampilkan user di mysql terminal 
Sql :: execution order in sql 
Sql :: How to take sum of column with same id and different table in SQL? 
Sql :: mysql get table column names and data types 
Sql :: SELECT ALL TABLE INFO 
Sql :: update from select postgresql 
Sql :: sql alias 
Sql :: sql where clause 
Sql :: linux upload database to mysql 
Sql :: FIND ABOVE AVERAGE SALARY EARNER IN SQL 
Sql :: Find the names of sailors who have reserved a red boat, and list in the order of age 
Sql :: sql query print strings and int 
Sql :: convert .mdf to .bak 
Sql :: what is postgresql 
Sql :: how to save postgresql query 
Sql :: postgres disable foreign keys 
Sql :: sqlite trim 
Sql :: mysql comparing dates 
Sql :: sum function in sql 
Sql :: SQL JOIN and Aliases 
Sql :: delete join sql server 
Sql :: create table if not exist 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =