Roeland
Member³
Hi,
I have a query of the form
The query runs fine in a SQL Window, but when I look at the values , I sometimes notice that the value from the 7th row is empty in the large data editor. That surprised me, so I ran the same query again in the command window. Now I can see that all the values are indeed correctly filled.
It's even more strange: When I add an extra column, sometimes everything seems to work fine. By removing this column, I get this issue again.
And what is also strange, it's always the 7th row that have this issue, even when I limit the results?!?
This seems to me as a bug.
Could you explain this behavior? And plz fix it?
Version 8.0.4.1514
Roeland
I have a query of the form
Code:
select XMLELEMENT("Path", XMLAttributes(t.Id as "Id",
t.Keyword_Id as "KeywordId")) xmldoc
from Table1 t
The query runs fine in a SQL Window, but when I look at the values , I sometimes notice that the value from the 7th row is empty in the large data editor. That surprised me, so I ran the same query again in the command window. Now I can see that all the values are indeed correctly filled.
It's even more strange: When I add an extra column, sometimes everything seems to work fine. By removing this column, I get this issue again.
And what is also strange, it's always the 7th row that have this issue, even when I limit the results?!?
This seems to me as a bug.
Could you explain this behavior? And plz fix it?
Version 8.0.4.1514
Roeland