Hi There,
I'm having trouble with some data manipulation and hope someone out there can help?
I've got a table which has fields:
customer_number
account_number,
address,
currency
A customer number is unique to each customer, however a customer can have more than one account associated with their number. IE A UK account, US account, savings, current.....
I want to be able to run a query which will provide me with the customer numbers which have more than one account.
ie
where customer_number 'appears more than once'
Please help
Many thanks
I'm having trouble with some data manipulation and hope someone out there can help?
I've got a table which has fields:
customer_number
account_number,
address,
currency
A customer number is unique to each customer, however a customer can have more than one account associated with their number. IE A UK account, US account, savings, current.....
I want to be able to run a query which will provide me with the customer numbers which have more than one account.
ie
where customer_number 'appears more than once'
Please help
Many thanks