我试图根据以下因素生成月度报告
我试图检查声纳数据库中的实体关系,所有表都是独立的.我不确定从哪个表中获取值以生成报告.
对于下面的提示,提到了查询
暗示:
select proj.name as ClassName, -- Class Name for which violation has been found out
proj.long_name as LongName, -- Long Class Name i.e. with package for which violation has been found out
rf.failure_level as ErrorLevel, -- Error level of the violation
rf.message as Violation, -- Cause of Violation
rf.line as LineNumber, -- Line number of the class file
ru.name ViolationName, -- Violation Description
ru.plugin_name PluginType -- Plugin tool by which …Run Code Online (Sandbox Code Playgroud) sonarqube ×1