Hi, I'm using dbconnect app
Have some fields that contain long strings of text, want to search for only those results that have a certain word (X) within them
To phrase it another way trying to do something like this:
| dbquery "MYDB" "select text_field from my_table where text_field contains "Description""
Thanks :)