SELECT * FROM
(
SELECT
"100" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
2 AS Score,
"The Speech Bubble Text" AS "SpeechBubbleText"

UNION ALL

SELECT
"200" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"300" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"400" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"500" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"600" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"700" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"800" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"900" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"1000" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"1100" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"1200" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"1300" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"1400" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
1500 AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"1600" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"1700" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"1800" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"1900" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"2000" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"2100" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"2200" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"2300" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"2400" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"2500" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"2600" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"

UNION ALL

SELECT
"2700" AS "Reference",
"theObject" AS "Object",
"The Description" AS "Description",
"The Owner" AS "Owner",
1.5 AS Score,
"" AS "SpeechBubbleText"


) examples
ORDER BY Score DESC