summary sql fix
Browse files
README.md
CHANGED
|
@@ -86,7 +86,6 @@ ORDER BY
|
|
| 86 |
((votes * COUNT(DISTINCT vl.chosen)) / 2) DESC,
|
| 87 |
COUNT(DISTINCT vl.chosen) DESC,
|
| 88 |
st.spokentext ASC;
|
| 89 |
-
st.spokentext ASC;
|
| 90 |
```
|
| 91 |
|
| 92 |
If you use this data in your publication, please cite us!
|
|
|
|
| 86 |
((votes * COUNT(DISTINCT vl.chosen)) / 2) DESC,
|
| 87 |
COUNT(DISTINCT vl.chosen) DESC,
|
| 88 |
st.spokentext ASC;
|
|
|
|
| 89 |
```
|
| 90 |
|
| 91 |
If you use this data in your publication, please cite us!
|