----- Original Message ----- From: "nafiseh saberi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 10, 2002 11:25 AM Subject: fetch
hi dear team. I am not in your team...but I have one question :) I am working with perl and postgres for writting data base... I want to fetch some special rows from one table. what is the function in DBI for like ?? DBI does not have a special syntax. It will just pass the SQL statements to the database. So if you want to use the LIKE clause, just put it in your SQL statement. Maarten.
