0
I wonder if there is any way to improve this selection:
SELECT * FROM table WHERE id <> 15 AND id <> 17 AND id <> 23 ... id <> N
I don’t have a certain set interval and the ids
are selected by checkbox in html, ie I can have N ids. There is some syntax in SQL or Sqlserver that can improve this type of query?