[GRASS-user] GUI: Use SQL Query - lots of integers from a vector-category ?

2009-04-14 Thread Peter Löwe
Hi, I am using Grass6.3 and the tcltk-GUI: When displaying a vector layer, the 'query vectors for display' allows to provide a SQL query. How can a SQL query of the following kind be entered ? 'my_integer_attribute IN (4,7,19,345,678,111)' Using IN as described above results in an error:

Re: [GRASS-user] GUI: Use SQL Query - lots of integers from a vector-category ?

2009-04-14 Thread Moritz Lennert
On 14/04/09 17:29, Peter Löwe wrote: Hi, I am using Grass6.3 and the tcltk-GUI: When displaying a vector layer, the 'query vectors for display' allows to provide a SQL query. How can a SQL query of the following kind be entered ? 'my_integer_attribute IN (4,7,19,345,678,111)' Using IN as