2016-05-12 44 views
0

我一直在從表中檢索數據。從SQL表中的備用列檢索數據

我目前服用的用戶輸入$input並且其中其等於station.station名它輸出

每個站都有一個id,所述station.station_id列下,我也希望使得當station_id比下它顯示

我該如何比較電臺ID與輸入的電臺名稱?

+2

請標記您的數據庫名稱。也對產出樣品以便更好地理解 –

回答

0

如果我理解正確的話,你可以使用此語句

select * from station where id < (select id from station where name=$input)