Hi all,<br><br>I´m do not how to use de SQL SELECT statement to select several values in a OGR connection to a DGN file with a layer named &#39;level&#39;. For this layer, i´d like to select the values &#39;1,3,5&#39;. The object LAYER is posted below.<br>
<br>Thanks in advanced.<br><br>LAYER<br>NAME sheet5000<br>STATUS ON<br>TYPE line<br>CONNECTIONTYPE OGR<br>CONNECTION &quot;D:\sheet5000.DGN&quot;<br>#how do i use the SQL SELECT statement?<br>
DATA &quot;level=1,5,7&quot;<br>STYLEITEM &quot;AUTO&quot;<br><br>CLASS<br># Object Class void<br>END<br><br>PROJECTION<br>&quot;init=epsg:4326&quot;<br>END<br><br>METADATA<br>&quot;wms_title&quot; &quot;xxxx&quot;<br>&quot;wms_abstract&quot; &quot;xxxxxx&quot;<br>

&quot;wms_keywordlist&quot; &quot;xxxxxx&quot;<br>&quot;wms_srs&quot; &quot;EPSG:4326&quot;<br>END<br><br>END