0

I've tried different cases:

where ip != NULL
where ip <> NULL
where ip IS NOT NULL

but it doesn't work :(

Nikolas
  • 2,322
  • 9
  • 33
  • 55

1 Answers1

1

it works by tricky ears feint:

where ip >= ''
Nikolas
  • 2,322
  • 9
  • 33
  • 55