I am trying to use a like comparison with wildcards and I can't seem to get anything to work. My query:
select USERID as email
from RADplus_users
where userrole like replace( right('&ACC&', len('&ACC&') - 1), '&', 'SUP ')
I want to put wildcards around the "replace( right('&ACC&'...
I am using Crystal XI on Cache DB.
I am trying to make finance reports that sum the original cost of service, as well as the payments.
My problem is that I am linking:
service_table s (where the original record is)
left join charge_table c
(where the claims are made, and MAY have charges to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.