Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Réf. : Re: Compatibilité SQL


  • From: Cyril(dot)ZEKSER(at)nexans(dot)com
  • To: pgsql-fr-generale(at)postgresql(dot)org
  • Subject: Réf. : Re: Compatibilité SQL
  • Date: Wed, 30 Nov 2005 08:37:34 +0100
  • Message-id: <OF50083926(dot)F9CA94D8-ONC12570C9(dot)0029CEC4-C12570C9(dot)0029E4C8(at)NEXANS(dot)COM>


Merci pour la réponse, mais en fait je n'aurais le serveur que dans 15 jours, d'où mon impossibilité de tester.

Cyril ZEKSER
--------------------------------------------------------------------------------
Intranet Project Manager  /  Corporate New Technologies IS
NEXANS France - 4-10, rue Mozart - 92587 CLICHY Cedex - France
Tel : +33(0) 1 55 62 74 40
Fax : +33(0) 1 55 62 78 29

http://nww.nexans.com



Marc Cousin <cousinmarc(at)free(dot)fr>
Envoyé par : pgsql-fr-generale-owner(at)postgresql(dot)org

29/11/2005 18:52

       
        Pour :        pgsql-fr-generale(at)postgresql(dot)org
        cc :        
        Objet :        Re: [pgsql-fr-generale] Compatibilité SQL



ca devrait marcher, a vue de nez, mais le mieux serait de tester :)
qu'est ce qui amène la question ? elle ne passe pas actuellement ?

Le Mardi 29 Novembre 2005 11:12, Cyril(dot)ZEKSER(at)nexans(dot)com a écrit :
> Bonjour à tous,
>
> Pour mon application actuelle (Tomcat/Oracle), je suis amené à faire des
> modifications sur les requêtes en tenant compte d'une migration courante
> sur pgSql.
>
> Je rencontre la fonction CASE suivante, mais je n'arrive pas à savoir si
> elle est compatible avec PostgreSQL. Pouvez-vous me le dire ? et si non,
> s'il y a un équivalent s'il vous plait ?  Idem avec INSTRB ...
>
> SELECT CASE WHEN nav.src_id = nav.OID or nav.src_id = 0 THEN nav.oid ELSE
> nav.src_id END OID, ns.up_navigation FROM NEXANS_NAV_STRUCT ns,
> NEXANS_NAVIGATION nav WHERE ( ns.OID = ?  OR INSTRB( up_navigation, ';'|| ?
> || ';' ) > 0 ) AND nav.oid = ns.oid
>
> Cordialement,
>
> Cyril ZEKSER
>
> ---------------------------------------------------------------------------
>----- Intranet Project Manager  /  Corporate New Technologies IS
>  NEXANS France - 4-10, rue Mozart - 92587 CLICHY Cedex - France
>  Tel : +33(0) 1 55 62 74 40
>  Fax : +33(0) 1 55 62 78 29
>
>  http://nww.nexans.com

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

              http://archives.postgresql.org




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group