by vrobador@[EMAIL PROTECTED]
(Tk421)
Apr 8, 2008 at 07:39 PM
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Alvaro Herrera escribió:
<blockquote cite="mid:20080408172409.GJ9062@[EMAIL PROTECTED]
" type="cite">
<pre wrap="">Tk421 escribió:
</pre>
<blockquote type="cite">
<pre wrap=""> The result is only record number 3. How can i search
the entire
FOOBAR word? The result wanted must be all, excepting 5.
</pre>
</blockquote>
<pre wrap=""><!---->
Something like this:
select code from table where text ~ '[[:<:]]foobar[[:>:]]'
</pre>
</blockquote>
Thank you very much, it worked!<br>
<br>
Gracias, Álvaro<br>
</body>
</html>