2
Answers

What is the correct syntax?

Photo of Valerie Meunier

Valerie Meunier

4y
665
1

Hello

See this code in a C# program: how can i use the value 'John' in this sql-statement? I tried this but gives nothing

sql="select name from clients where clients=' " + "John' "; 

Thanks

V

Answers (2)