Hello!
I have a database, which consists of thousands of rows (10-50k rows) and I need to alter value in one column if 3 different conditions are met for that row at the same time (linked by "AND").
For first two I have it easy, because it simply checks if value is "Modem" or not and second one...