-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate.sql
More file actions
2 lines (2 loc) · 809 Bytes
/
Copy pathupdate.sql
File metadata and controls
2 lines (2 loc) · 809 Bytes
1
2
insert into c1typo3.tx_tp3jobs_domain_model_joboffer (uid, pid, tstamp, crdate, cruser_id, t3ver_oid, t3ver_id, t3ver_wsid, t3ver_label, t3ver_state, t3ver_stage, t3ver_count, t3ver_tstamp, t3ver_move_id, t3_origuid, sys_language_uid, l10n_parent, l10n_diffsource, sorting, hidden, starttime, endtime, fe_group, title, descr, tasks, qualification, contactname, contactaddress, contacttel, contactmail, refid)
(SELECT uid, pid, tstamp, crdate, cruser_id, t3ver_oid, t3ver_id, t3ver_wsid, t3ver_label, t3ver_state, t3ver_stage, t3ver_count, t3ver_tstamp, t3ver_move_id, t3_origuid, sys_language_uid, l10n_parent, l10n_diffsource, sorting, hidden, starttime, endtime, fe_group, title, descr, tasks, qualification, contact_name, contact_address, contact_tel, contact_mail, refid FROM c1typo3.tx_csjoboffers_jobs);