Hi, I'm sorry to post it here, but I didn't find a place for SQL issues.

I'm trying to extract values from my SQL table for my vb.net app but I have some troubles...

I am trying to do that :

SQL Code:
  1. SELECT * FROM "My_table"
  2. WHERE (Condition1 = 1 AND Condition2 = 2) OR
  3. ((Condition1 = 2 AND Condition2 = 1) AND (Condition3 =1 OU Condition3 = 2 OU Condition3 = 3)

But when I try it, SQL change the place of my parentheses.

Thank you for your help and sorry if I am in the wrong place...
Have a good day!