[GRASS-dev] Re: [GRASS GIS] #1055: db.select can´t found columns generated by v.rast.stats with dbf driver

GRASS GIS trac at osgeo.org
Wed May 5 15:19:13 EDT 2010


#1055: db.select can´t found columns generated by v.rast.stats with dbf driver
---------------------------+------------------------------------------------
  Reporter:  jeleniste     |       Owner:  grass-dev at lists.osgeo.org
      Type:  defect        |      Status:  new                      
  Priority:  normal        |   Milestone:  6.4.0                    
 Component:  Database      |     Version:  6.4.0 RCs                
Resolution:                |    Keywords:  dbf, db.select           
  Platform:  MSWindows XP  |         Cpu:  Unspecified              
---------------------------+------------------------------------------------
Comment (by martinl):

 Replying to [comment:3 jeleniste]:
 > Try db.select sql = "Select cat,elev_n,elev_min from geo where=elev_n
 not NULL"

 it should be

 {{{
 db.select sql="select cat,elev_n,elev_min from geo where elev_n not NULL"
 }}}

 so without `=` after {{{where}}} keyword.

 Martin

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/1055#comment:4>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list