I have a TCustomClientDataSet (in memory), which is used to perform some filtering in a Delphi program.
My filtering code is as follows:
CDSFilteredGroup.Filter :=’ACP_type = 1 AND ACP_
I have a TCustomClientDataSet (in memory), which is used to perform some filtering in a Delphi program.
My filtering code is as follows:
CDSFilteredGroup.Filter :=’ACP_type = 1 AND ACP_
If you enter
SELECT (true or true and false) In mysql, It will return 1, which is true. Why is this happening? What is the order of evaluation in Boolean expressions?
If you enter