Hello,
I have a statement simular to this:
SELECT userid, last_name, first_name
FROM organizationalPerson
WHERE (full_name LIKE '% txtLastName %')
ORDER BY last_name, first_name
My results are vary in feedback depending on the variable txtLastName. Here is my issue, I get...