很难的有关问题,高手请帮忙

很难的问题,高手请帮忙 select*fromusercompanyproductwhereucidin(4,4,4,9,7)这是我的一条语句,我想让他

很难的问题,高手请帮忙

select   *   from   usercompanyproduct   where   ucid   in(4,4,4,9,7)  
这是我的一条语句,我想让他显示五条,可是只能显示三条,可不可以让他显示五条

[解决办法]
select * from usercompanyproduct where ucid = '4 '
union all
select * from usercompanyproduct where ucid = '4 '
union all
select * from usercompanyproduct where ucid = '4 '
union all
select * from usercompanyproduct where ucid = '7 '
union all
select * from usercompanyproduct where ucid = '9 '