/[openfoncier]/trunk/sql/pgsql/dossier_plusieursparcelles.reqmo.inc.php
ViewVC logotype

Contents of /trunk/sql/pgsql/dossier_plusieursparcelles.reqmo.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 242 - (show annotations)
Wed Nov 23 19:39:04 2011 UTC (13 years, 2 months ago) by fraynaud
Original Path: trunk/sql/pgsql/dossier_plusieursparcelles.reqmo.inc
File size: 592 byte(s)
mise a niveau shema


1 <?php
2 /*
3 * $Id: dossier_plusieursparcelles.reqmo.inc,v 1.1 2009-10-28 15:34:52 fraynaud Exp $
4 * Created on 9 oct. 2009
5 *
6 * To change the template for this generated file go to
7 * Window - Preferences - PHPeclipse - PHP - Code Templates
8 */
9
10 $reqmo['libelle']="dossier avec parcelle > 6 caracteres";
11 $reqmo['sql']="select dossier,
12 dossier,
13 parcelle,
14 nature,
15 pos,
16 sig
17 from ".DB_PREFIXE."dossier
18 where length( parcelle ) > 6 and nature = 'PC' and sig =''";
19
20 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26