Hello,
I have a question. I have two tables tableOne has a fields bug_id and resolution. TableTwo has fields bug_id, version_type, and version.
I need to create an insert statement that inserts the tableOne.bug_id into tabletwo.bug_id where tableOne.resolution='DOCUMENTED'.
Can someone please show me how to do this?
Thanks!