source: db-scripts/update-thread-replies-setsubjectid.sql

main
Last change on this file was 8dffe02, checked in by unknown <mlviktor23@…>, 18 months ago

prefinal reproducible

  • Property mode set to 100644
File size: 136 bytes
Line 
1update post p
2set subject_id = (select subject_id from post where id in (select parent_post_id from post where id=p.id))
3where id>=2001
Note: See TracBrowser for help on using the repository browser.