Click here to Skip to main content
15,888,177 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I tried to create it but it does not work so I need help to get through it

What I have tried:

I tried creating it, and it gives me errors I don't know where I went wrong
Posted
Updated 15-Oct-22 20:23pm
Comments
Richard Deeming 17-Oct-22 6:32am    
So you want us to tell you how to fix errors we can't see, in code we can't see, running against a database we can't see, on a server we can't access?

Click the green "Improve question" link. Add the basic structure of the tables you are trying to query, some sample data, and the expected output. Explain precisely what you are trying to achieve, add the relevant parts of the code you have tried, and the full details of the error(s) you are getting.

Without that information, nobody can give you specific advice.

1 solution

Have you tried:
SQL
SELECT * FROM MyTransactionsTable WHERE CustomerID = 'id of customer'
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900