When working in Python I can use:
con.create_collation("mycollation", collate)To change the sort order. How should I do this in Java? -- Cecil Westerhof
When working in Python I can use:
con.create_collation("mycollation", collate)To change the sort order. How should I do this in Java? -- Cecil Westerhof