| Line | |
|---|
| 1 | <?php |
|---|
| 2 | /* |
|---|
| 3 | * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. |
|---|
| 4 | * |
|---|
| 5 | * http://www.lockon.co.jp/ |
|---|
| 6 | * |
|---|
| 7 | */ |
|---|
| 8 | require_once("../../require.php"); |
|---|
| 9 | |
|---|
| 10 | $objQuery = new SC_Query(); |
|---|
| 11 | |
|---|
| 12 | $objQuery->begin(); |
|---|
| 13 | $arrCustomerMail = $objQuery->getAll(" |
|---|
| 14 | UPDATE dtb_customer |
|---|
| 15 | SET mailmaga_flg = ( |
|---|
| 16 | SELECT mail_flag |
|---|
| 17 | FROM dtb_customer_mail |
|---|
| 18 | WHERE dtb_customer.email = dtb_customer_mail.email |
|---|
| 19 | )"); |
|---|
| 20 | $objQuery->commit(); |
|---|
| 21 | |
|---|
| 22 | echo "Àµ¾ï¤Ë°Ü¹Ô¤¬´°Î»Ãפ·¤Þ¤·¤¿¡£"; |
|---|
| 23 | |
|---|
| 24 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.