There are couple of errors in that SQL portion related to the error point here >>
FLD_COND1=3FLD_COND2='0'
Firstly, there is no space between the '3' and the 'F'
Secondly, you are trying to search a number field with a string, you should be searching for 0, but are actually searching for '0'...