Should wildcard characters be part of the search term? What should I do? The solution is very easy in our SQL Cockpit, LIKE statement must be told that for example ‘%‘ is understood as a simple character instead of wildcard character. This is done by placing a special character in front of it and specifying this character as an „ESCAPE character“ at the end of command. Example User wants to select the table line(s) which […]
Weiter lesen