SQL request

Hello
please help me

I want to write a query to display the list of one or more customers

Hi Chriss,

That should be possible:

SELECT * FROM customers

for example. If you provide more details we can help you further.

1 Like

In fact it is a question of writing a SQL SERVER Table function to have the list of OPERATIONS of one or more CUSTOMERS

Maybe this page will help you with that:

SQL Server Table-Valued Function By Practical Examples (sqlservertutorial.net)