Discuz Forum BULK INSERT Membership Program

Source: Internet
Author: User

Begin
declare num int;
Declare Charname char (10);
Declare Charemail char (20);
Set num=3;
While Num <
Set Charname=concat (' a3545 ', num);
Set Charemail=concat (' a3545 ', num, ' @qq. com ');
INSERT into Pre_common_member values (num,charname,charemail, ' 5f591898edd5d9c4e377a45c2f7f5574 ', 0,0,0,0,1,1,0, ', 1417239460,2,0, ", 0,0,0,1,0,0,0);
INSERT into Pre_ucenter_members value (num,charname, ' 5f591898edd5d9c4e377a45c2f7f5574 ', Charemail, ' ', ' ', ' hidden ', 1417239444,0,0, ' 447c25 ', ');
INSERT INTO Pre_ucenter_memberfields VALUES (num, ");
INSERT into Pre_common_member_status value (num, ', ':: 1 ', 50620,1417241419,1417239531,0,0,0,0,0,0,0,0);
INSERT into Pre_common_member_profile value (num, ', 0,0,0,0, ', ', ', ', ', ', ', ', ', ', ', ', ', ', ', ', ', ', ', ', ', ', ', ‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘,‘‘);
INSERT into Pre_common_member_field_forum values (num,0,26, ', ', ', ', ', ', ', ');
INSERT into pre_common_member_field_home values (num, ', ', ', ', ', 0,0,0, ', ', ', ', ', ', ', ', ', ', ');
INSERT into Pre_common_member_count values (num,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
Set num=num+1;
End while;
COMMIT;
End

Discuz Forum BULK INSERT Membership Program

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.