search

Use search when you know what are looking for, but don't know from where.

For example, I know I have a device name that starts with THINK, I can't remember what exact name it is and I just want to see what data do I get

A faster way to filter the data that you are looking for is to **** use "where".

where

🔍Search everything and not case sensitive

search "*think*"

This will return all the results that contain think (not case sensitive) from all columns and all tables

search anything and not case sensitive

🔍Search matched words with case sensitive

Search matched words with case sensitive

🔍Search from specific tables

Search from specific tables

🔍Search the value from the specified columnIntu

🔍Search begins with and starts with

🔍Search combined logically

🔍Search with regex

Last updated