D
D
dNertyco2021-08-05 02:01:31
SQL
dNertyco, 2021-08-05 02:01:31

How to shorten sql query?

SELECT * 
FROM `table` 
WHERE `id` <> 3 
  AND `count` <> 10003 
  AND `column_number` <> 9 
  AND `status` <> 0 
  AND `error` <> 1 
  AND `info` <> 0 
  AND `number` <> 7807;

How to shorten such sql query?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question