国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > PHP > 正文

PHP代碼:從數據表里塞選出重復的數據

2024-05-04 23:03:56
字體:
來源:轉載
供稿:網友
<?php
  mysql_connect('localhost','','');   //添加相應的mysql主機名,用戶名,密碼
  mysql_select_db('');           //添加相應的mysql的數據庫名
  $sql = "select * from ''";       //添加相應的數據表的名字
  $query = mysql_query($sql);
  $i = 0;
  while($result = mysql_fetch_array($query))
  {
     
  $sqlstr = "select * from smsorderinfo where ordermobile = '".$result['ordermobile']."' and itemkind = '".$result['itemkind']."'";
      //echo "ordermobile = ".$result['ordermobile']."   itemkind = ".$result['itemkind']."/n";
      //echo "sqlstr = ".$sqlstr."/n";

  if ($query1 = mysql_query($sqlstr))
      {
        //echo "成功/n";
        while ($result1 = mysql_fetch_array($query1))
        {
        if ($result['id'] != $result1['id'])
            {
              echo "發現重復: id1 = ".$result['id']."   id2 = ".$result1['id']."/n";
            //else echo "######################: id1 = ".$result['id']."   id2 = ".$result1['id']."/n";
              $sqlstr2 = "delete from `smsorderinfo` where id = '".$result['id']."'";
              //echo $sqlstr2;
      if(mysql_query($sqlstr2))
              {
                    echo "刪除成功!/n";
              }
      else
                  echo "刪除失敗!";
            }
        }
      }
  //$arry[] = $result['ordermobile'].$result['itemkind'];
      //echo $result['zuhe']."<br>";
  $i++;
  }
  echo $i;
?>

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 上林县| 长丰县| 应用必备| 夏邑县| 贞丰县| 昆明市| 南开区| 尼勒克县| 梧州市| 阜城县| 五莲县| 博野县| 北碚区| 额尔古纳市| 治多县| 诏安县| 易门县| 仁布县| 离岛区| 陇川县| 富宁县| 盱眙县| 勐海县| 宣武区| 虎林市| 吉木萨尔县| 常熟市| 巫山县| 镇坪县| 卓尼县| 宿松县| 广昌县| 灵璧县| 长垣县| 绵阳市| 石柱| 阿荣旗| 筠连县| 花莲县| 屏南县| 墨竹工卡县|