Home > database >  The data window and retrieval conditions
The data window and retrieval conditions

Time:09-25

I would like to building data window with some conditions, but as long as add brackets will occur at run time, the first line of accessories have a syntax error, is this why?

(" table ". "name" in (STR)) AND
((" table ". "a"=") OR
(" table ". "a" is null)) so write appear afore-mentioned problems, and unless I have deleted all of these conditions, how not to appear afore-mentioned problems


(" table ". "name" in (STR)) AND
(" table ". "a"=") OR
(" table ". "a" is null) so, no problem, of course, also amounted to little

CodePudding user response:

In later retrieval variables for the array

CodePudding user response:

The double quotation marks are removed first.
  • Related