SQL Expressions
i m coding in C#
Can any one plz help me in writing simple SQL expressions
When i write any SQL query .. @ compile time it is constantly prompting Parsing Error
Plz tell me the proper syntax for SQL expression builder
for example i wanna do something like this:
SELECT debit FROM Accounts WHERE AccountType=1 or AccountType=5
Regards,
Shazia.
|