fork download
  1. create view my_view as
  2. select отдел, количество_сотрудников
  3. from сотрудники
  4. where отдел = "Продаж" and должность <> "Нач отдела" or отдел = "Маркетинга" and должность <> "Нач отдела";
  5.  
Success #stdin #stdout 0s 4408KB
stdin
Standard input is empty
stdout
Standard output is empty