Hello, I have a data of 4300 lines which now I want to take only part of data for regression. I have a continouse variables which called FOWNFF, FOWNFNF, DG while nf is 0,1 variable I want that my population will be: FOWNFF>0.2 and FOWNFNF>0.2 and if nf=1 than take the variable while it is DG>0.2 where fownff>0.2 and fownfnf>0.2 if nf=1 and dg>0.2; that is what I wrote and got an error. The log is: ERROR: Syntax error while parsing WHERE clause. ERROR 22-322: Syntax error, expecting one of the following: ;, !, !!, &, *, **, +, -, /, <, <=, <>, =, >, >=, AND, EQ, GE, GT, LE, LT, NE, NOT, OR, ^, ^=, |, ||, ~, ~=. ERROR 76-322: Syntax error, statement will be ignored. Any help will be acceptable Thanks
... View more