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".
🔍Search everything and not case sensitive
This will return all the results that contain think (not case sensitive) from all columns and all tables
🔍Search matched words with case sensitive
🔍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