[Tracker] question of tracker sparql query multi langauge order
- From: Eugene Seo <eseo0603 gmail com>
- To: tracker-list gnome org
- Subject: [Tracker] question of tracker sparql query multi langauge order
- Date: Thu, 23 May 2013 00:45:06 +0900
Dear all,
I have a question of tracker sparql query order with multi langauges.
Currently tracker supports Sparql 1.0 and sorts the result in unicode order, as I know.
Is it possible to sort other language prior to English?
In SQLite, specific chacracters can be sorted in front with following syntax,
ORDER BY (CASE WHEN str between '0' and '9' THEN 1 WHEN str between 'a' and 'z' THEN 2 ELSE 3 END)
I wonder there is similar syntax of SPARQL query like CASE WHEN THEN of SQLITE.
If there is any way to sort other langague first than English, please share with me.
Best Regards,
Eugene
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]