Modifying PLSQL function to return multiple rows from same column
问题 I am a beginner PLSQL user, and I have what might be a rather simple question. I have created the following SQL Function, which returns the created date of the process whose corporate ID matches the corporate ID that I have given it. I have this connected to my JDBC, and it returns values just fine. However, I just realized I overlooked an important issue--it's entirely possible that more than one process will have a corporate ID that matches the ID value I've inputted, and in cases like that