% and _ are SQL wildcards, % is used for match any number of characters while _ is used to match a single character
↧
% and _ are SQL wildcards, % is used for match any number of characters while _ is used to match a single character