Diskuse:Virtuální cache: Porovnání verzí

Z GeoWiki
Přejít na: navigace, hledání
(Založena nová stránka: dotaz do GG db pro vygenerovani wiki kodu pro nove virtualky: select '* '''''''||name||''''''' by '||author||' ([https://coord.info/'||id||' '||id||'])' from geocache t …)
 
 
Řádka 1: Řádka 1:
 
dotaz do GG db pro vygenerovani wiki kodu pro nove virtualky:
 
dotaz do GG db pro vygenerovani wiki kodu pro nove virtualky:
select '* '''''''||name||''''''' by '||author||' ([https://coord.info/'||id||' '||id||'])' from geocache t where cachetype like '%Virtual%' and country='Czech Republic' and dthidden >20170000 and cachestatus<>2 order by dthidden;
+
<nowiki>select '* '''''''||name||''''''' by '||author||' ([https://coord.info/'||id||' '||id||'])' from geocache t where cachetype like '%Virtual%' and country='Czech Republic' and dthidden >20170000 and cachestatus<>2 order by dthidden;
 +
</nowiki>

Aktuální verze z 8. 9. 2017, 12:26

dotaz do GG db pro vygenerovani wiki kodu pro nove virtualky: select '* '''''''||name||''''''' by '||author||' ([https://coord.info/'||id||' '||id||'])' from geocache t where cachetype like '%Virtual%' and country='Czech Republic' and dthidden >20170000 and cachestatus<>2 order by dthidden;