Changes between Version 2 and Version 3 of RHT result


Ignore:
Timestamp:
Jan 23, 2014 10:28:37 AM (11 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RHT result

    v2 v3  
    44 
    55 
    6 {{ 
     6{{{ 
    77#!sql 
    88create table temp_coord_vendee(x numeric, y numeric); 
     
    3535order by id,distance; 
    3636drop table temp_coord_vendee; 
    37 }} 
     37}}}