i hav a field type text, but this field i need save more than 45
caracters.
and text don't support thats...
Anyone knows which data field support that dimmensions.
Sorry, for the VERY VERY bad english.
regards.
who knows other form
its a script in Perl, this script search in my db, but if the client put
"Perl", the matches its diferent whit "perl".
One form its substutions upper/lower in the script of perl, but i dont
like very much.
Anyone???
Thanks
On Fri, 17 Mar 2000, Mini-Me wrote:
> use
>
select * from books where titulo like '%perl%';
select * from books where titulo like '%Perl%';
in This querys, postgres return diferents registers, but i need return
the same registers... what i doing?
regards.
jcmd
Hi!
What kind of data ( int, char, var,... etc) in postgres its unlimited of
chars???
Thankx.
mm
On Fri, 28 Jan 2000, Ruben Fagundo wrote:
> Does anyone have any idea why this happened ?
>
> I'm having trouble with postgresql. My script tries to do this:
>
> my $sql = "insert into people (firstName, lastName, Email)
> values ($V{'firstname'}, $V{'lastname'}, $V{'MAILTO'})";