mirror of
https://github.com/gsi-upm/sitc
synced 2024-11-21 14:02:28 +00:00
Fix typos
This commit is contained in:
parent
76d08a9e40
commit
e824fd8fed
@ -933,10 +933,10 @@
|
|||||||
"The syntax for COUNT is:\n",
|
"The syntax for COUNT is:\n",
|
||||||
" \n",
|
" \n",
|
||||||
"```sparql\n",
|
"```sparql\n",
|
||||||
"SELECT COUNT(?variable) as ?count_name\n",
|
"SELECT (COUNT(?variable) as ?count_name)\n",
|
||||||
"```\n",
|
"```\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Use `COUNT` and `GROUP BY` to get a "
|
"Use `COUNT` to get the number of songs in which Ringo collaborated."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user