limited choice

papo85's profile image papo85 posted 3 years ago in General Permalink

Hello

In table 'device_comment' with following columns : device_comment_id id_device id_follow

I want limited choice of value on 'id_follow' limited to this query : SELECT device_comment_id,device_comment.id_device as comment_id_device, follow_id FROM follow_device inner join device_comment ON follow_device.device_id = device_comment.id_device

Is it possible ?

Please login to leave a reply, or register at first.