N
N
newaitix2017-09-14 23:01:29
MySQL
newaitix, 2017-09-14 23:01:29

Why does my phone screen turn on?

This is not the first phone to have this problem. All my phones had this kind of nonsense. Smart just lies on the table and the screen turns on periodically. Which naturally drains the battery. How can this be fixed? Ruth is not. Doogee mix phone. Before that there were lenovo and samsung.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Rsa97, 2019-05-29
@Dizzy221

SELECT `id`
  FROM `products`
  WHERE `id` NOT IN (
    SELECT `product_id`
      FROM `products_category`
  )

V
Valery, 2019-05-29
@Desay

select t1.id
from products as t1
left join products_category as t2 on t1.id = t2.product_id
where t2.product_id is null

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question