When trying this query:
SELECT * FROM superpart WHERE
Brick_subpart_id = 603 OR 145;
The output is then:
'200', '144'
'10002', '144'
'620', '145'
Why does the '144' shows up? I do not ask for a range between 603 and 145 right? Even so, 144 is lower then 145...