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 archives
  Advanced Search

Re: like no funciona



El día 28 de noviembre de 2009 15:28, suso <jlcubas(at)terra(dot)es> escribió:
> No me funciona, sustituí, como te comenté el PE por ('|| apelli' || '%')
> SELECT INTO devuel COUNT(*) AS totalreg from pacientes where pacientes.apell
> like ('" || apelli || "%')::text;

no, te tiene que quedar:

like (apelli || '%')::Text;



-- 
              Emanuel Calvo Franco
             DBA at:  www.siu.edu.ar
        www.emanuelcalvofranco.com.ar



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group