Snippets Collections
select *
from shortform.submitted s 
where user_input is not null and user_input != '{}' and "name" is not null and "name" != '{}'
order by random()
limit 10;
select distinct count(*)
from auth."user"
inner join shortform.firm on shortform.firm.organization_id = auth."user".organization_id 
limit 10;
​select distinct ?school ?schoolLabel

where {
  ?school wdt:P31/wdt:P279* wd:Q38723. 
   SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}

limit 100
star

Sat May 29 2021 22:50:10 GMT+0000 (Coordinated Universal Time)

#sparql #wikidata #query
star

Sat May 29 2021 22:04:22 GMT+0000 (Coordinated Universal Time)

#sparql #wikidata #query
star

Fri May 21 2021 23:48:41 GMT+0000 (Coordinated Universal Time) https://query.wikidata.org/

#sparql #wikidata #query

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension