source:
db-scripts/update-thread-replies-setsubjectid.sql@
8dffe02
Last change on this file since 8dffe02 was 8dffe02, checked in by , 22 months ago | |
---|---|
|
|
File size: 136 bytes |
Line | |
---|---|
1 | update post p |
2 | set subject_id = (select subject_id from post where id in (select parent_post_id from post where id=p.id)) |
3 | where id>=2001 |
Note:
See TracBrowser
for help on using the repository browser.