문제

Using the the following CQL query:

SELECT  NAMESPACES WHERE NameLike "Test$" ORDER BY NbLinesOfCode DESC

I am getting some results that show "N/A" instead of a number for NbLinesOfCode. Anyone know why this is happening and how to resolve it?

Note: I tried changing NbLinesOfCode to NbILInstructions, and none of the result records showed N/A.

도움이 되었습니까?

해결책

There can be two things here:

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top