首页 > 开发 > 综合 > 正文

随机抽取数据库存放的电话号码,类似抽奖的一段sql语句

2024-07-21 02:29:46
字体:
来源:转载
供稿:网友
random r = new random();
 int intrandomnumber = r.next(1,1000);
string sql = "select top 10 id as 序号,title as 标题 from document order by rnd("
      + (-1 * intrandomnumber).tostring() + "*id)";
........
..........
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表