I know very little about sql query. We've been asked by management to find out if this number xxxx xxxx is calling in to our business. If it is, when.
I opened query analyzer and ran this query against the cdr database:
select *
from calldetailrecord
where (callingPartyNumber = 'xxxx xxxx')
I don't think this is right though. It produces nothing based on the actual number I'm requesting.
Can anybody help? Thank you in advance.
I opened query analyzer and ran this query against the cdr database:
select *
from calldetailrecord
where (callingPartyNumber = 'xxxx xxxx')
I don't think this is right though. It produces nothing based on the actual number I'm requesting.
Can anybody help? Thank you in advance.