User talk:Kymara: Difference between revisions
Content deleted Content added
imported>Kymara |
imported>Kymara |
||
| (17 intermediate revisions by the same user not shown) | |||
Line 537:
== sokoban check ==
<source lang = "sql">
select `char`, `round`, score as timetaken, (1000000*round - score) as points from
(SELECT
source
max(round(substring_index(substring_index(param2,';',2),';',-1))) as `round`, ▼
least(max(round(substring_index(substring_index(param2,';',
AND param2 LIKE 'done%'
order by
limit 10;
</source>
| |||