Your query translates to. SELECT * FROM table WHERE id='1' or id='2' or id='3' or id='4';. It will only return the results that match it.
確定! 回上一頁