1
我不認爲這是可能的據我所知,但仍然嘗試我的運氣。是否有可能得到相應的鍵相應的值
我有一個表如下所示
+---------+------+
| Item_ID | VAT |
+---------+------+
| 1 | 5.00 |
| 2 | 7.00 |
| 3 | 3.00 |
+---------+------+
在情況下,我傳遞多個的Item_ID(1,2,3)。
是否可以獲得相應的VAT值?
輸出預計爲
5.00
7.00
3.00
可能重複的[MySQL的多個where子句(http://stackoverflow.com/questions/14046637/mysql-multiple-where-clause) – 2014-09-06 15:31:28