日期:2014-05-16 浏览次数:21455 次
INSERT
INTO sc_jc_gjj
(
sc_jc_gjj.em_id,
sc_jc_gjj.em_name,
sc_jc_gjj.dv_id,
sc_jc_gjj.acc_balance,
sc_jc_gjj.amount_dv,
sc_jc_gjj.amount_em,
sc_jc_gjj.amount_hj,
sc_jc_gjj.bank_name,
sc_jc_gjj.em_gjj_no,
sc_jc_gjj.gjj_acc,
sc_jc_gjj.identi_code,
sc_jc_gjj.acc_status,
sc_jc_gjj.comments
)
SELECT Sc_gjj_account.em_id,
Sc_gjj_account.em_name,
Sc_gjj_account.dv_id,
Sc_gjj_account.acc_balance,
Sc_gjj_account.amount_dv,
Sc_gjj_account.amount_em,
Sc_gjj_account.amount_hj,
Sc_gjj_account.bank_name,
Sc_gjj_account.em_gjj_no,
Sc_gjj_account.gjj_acc,
Sc_gjj_account.identi_code,
Sc_gjj_account.acc_status,
Sc_gjj_account.comments
FROM Sc_gjj_account