Skip to content

Instantly share code, notes, and snippets.

@InvisibleKind
Created April 23, 2014 10:05
Show Gist options
  • Save InvisibleKind/11209474 to your computer and use it in GitHub Desktop.
Save InvisibleKind/11209474 to your computer and use it in GitHub Desktop.
Update childs with value from parent field in TYPO3
update tx_smiproducts_domain_model_device as child
inner join tx_smiproducts_domain_model_device as parent
on child.l10n_parent=parent.uid
set child.starttime=parent.starttime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment