Answer the question
In order to leave comments, you need to log in
How to select records from this table in a smart way?
There is a table. It stores under 200,000 records. There is a column that is responsible for the category. Here, I need to take those lines in which the value of the category column is included in 7,9,20. But besides, the matter is that 200 records. Approximately 140k records will be selected from here if I make a query like this:
select url, name, surname, ... from table1 where category in (7,9,20);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question