source: db-scripts/update-opinion-replies-setprofessorid.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: 140 bytes
Line 
1update post p
2set professor_id = (select professor_id from post where id in (select parent_post_id from post where id=p.id))
3where id>=3001
Note: See TracBrowser for help on using the repository browser.