Difference between revisions of "User:Pavila"

From OpenKM Documentation
Jump to: navigation, search
m
Line 7: Line 7:
 
print("Charset: " + Charset.defaultCharset()+"<br/>");
 
print("Charset: " + Charset.defaultCharset()+"<br/>");
 
print("Locale: " + Locale.getDefault()+"<br/>");
 
print("Locale: " + Locale.getDefault()+"<br/>");
 +
</source>
 +
 +
<source lang="sql">
 +
from NodeDocument nd where nd.uuid in (select ndv.parent from NodeDocumentVersion ndv group by ndv.checksum having count(ndv.checksum) > 1);
 
</source>
 
</source>
  

Revision as of 00:21, 1 August 2012

OpenKM Core developer.

import java.util.*;
import java.nio.charset.*;

print("Charset: " + Charset.defaultCharset()+"<br/>");
print("Locale: " + Locale.getDefault()+"<br/>");
from NodeDocument nd where nd.uuid in (select ndv.parent from NodeDocumentVersion ndv group by ndv.checksum having count(ndv.checksum) > 1);

TO DO

Books

See also