坚持使用Oracle SQL查询

时间:2016-04-13 15:54:36

标签: sql oracle common-table-expression window-functions

我有一个这样的场景:有一个表Stu_id如下:

course_details

现在我要找的是找到学生的详细信息 - 在这种情况下是class Parent { public void InferrenceTesting<T>() where T : Parent { } } class Child : Parent { public void Test() { //this line gives me a compiler error : The type arguments for method 'Parent.InferrenceTesting<T>()' cannot be inferred from the usage. Try specifying the type arguments explicitly. this.InferrenceTesting(); } } - 他们已经在2016年注册了课程。

比如说 - 2016年有C1,C3和C4课程。在这些课程中,只有S1参加了所有课程。 S2和S3仅注册了一些。

所以我的查询应该只给出S1的结果。

我尝试使用子查询因子,窗口函数,但是如果不对某些值进行硬编码就无法得到它。

1 个答案:

答案 0 :(得分:0)

以下内容如何:

Selection