Good afternoon, is it possible to display fields from the table and ignore any of them? For example,
$res = mysql_query("SELECT * FROM Таблица"); We display all fields, now I want it to display all fields, except for those values where id = 1 or id = 2, etc.