Random random =new Random();
int num=random.netxInt(10000);
String sql="select mobilenumber from mobiletable where id = "+num;