Is it possible to do something like this?
select (BillPrefix + ' ' + BillNumber) as Bill
from Bills
where Bill like 'HF 3%'
I get an error when I execute this, but I want to be able to do a partial match over both columns. Is this something that could be done with a dynamic view (i.e., in the...
I'm needing some help optimizing a query. The following simplified query returns the results that I need, but the performance is terrible. Here is a simplified view of my data:
Table: BillRequests
BillRequestID
-------------
1
2
3
4
Table: ActivityHistory...
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.