Possibility to create filter by adding multiple columns with value:
Eg:
Tabel: ColA ||ColB || ColC || ColD ||
Filter:
- Right click in ColA» Quick Filter » IN 19 » ADD COLA in ('19')
- Right click in ColB» Quick Filter » = ZZZ » ADD COLB = ('ZZZ')
- Right click in ColC» Quick Filter » LIKE %ZZZ% » ADD COLC LIKE '%ZZZ%'
Below recent filters will appears like this:
COLA in ('19') and COLB = ('ZZZ') and COLC LIKE '%ZZZ%'
Now i have to copy and past each filter to make 1 complete filter
HeidiSQL have a solution that passed by my eyes or is a good sugestion?