On Wed, 14 Jul 1999, Albert Chen wrote:
> I want to search my database table named ex, whose the attribute is
> subject,
> and list the results that matches the keyword 'electric'.
> I run the SQL command: SELECT subject FROM ex WHERE subject='*electric*';
use one of the following:
select subj
On Sat, 26 Jun 1999, Robert Chalmers wrote:
> Is there a definitive list of types in 6.5 ? Not just the new ones, but all
> types? Or do I just wade through the documentation as usual - assuming that
> the latest docs are indeed the latest docs :-)
in psql monitor, \dT.
}John