This notebook is a collection of code snippets and technical "how to" instructions.
insert into org_attribute (name,value,organization,level) values ('name_a', 'My Company.', '1', 2),('name_b', 'Your Company', '2', 2);
insert into org_attribute (name,value,organization,level) values
('name_a', 'My Company.', '1', 2),
('name_b', 'Your Company', '2', 2);
No comments:
Post a Comment