douyi3833 2013-12-03 19:12
浏览 35
已采纳

mysql:复制表中的某些行,更改重复的信息

I've been working around this post, but I can not arrive to a suitable solution for what I have to do, which it is next: I have this equivalences:

subject1 = subjectA
subject2 = subjectB
subject3 = subjectC

then I have a csv file with next data:

hour,subject,teacher,room
10-11,subject1,teacher1,room1
11-12,subject2,teacher2,room1
09-11,subject3,teacher3,room2
10-11,subject4,teacher2,room3

then I export this csv to mysql, so what I need to do is

duplicate row where subject like "subject1" and replace "subject1" by "subjectA";

and the same for subject2, subject3, when I say replace, I mean the text string "subject1" by the text string "subjectA".

I hope I could make myself clear, thanks a lot.

  • 写回答

2条回答 默认 最新

  • duanlu6268 2013-12-04 13:18
    关注

    As I couldn't manage to make it the mysql way I did it the shell-script way, I upload the csv file through a web interface where there is a script behind the scene that send it to the mysql, so I did a preprocess that modify the csv file and then send it to the mysql-server, so this is the line(s) I added at the begining of the file:

    <?php
    $file=$_POST['file'];
    
    system("sed -i -r 's/^(.*)(Original Subject)(.*)$/\\1\\2\\3\
    \\1New Subject\\3/g' $file");
    
    .....
    

    So I substitute the original line by 2 lines, the original one plus the new one...

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 想问一下树莓派接上显示屏后出现如图所示画面,是什么问题导致的
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
  • ¥500 火焰左右视图、视差(基于双目相机)
  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号