Re: How to show the list of tables that I have

From: Stefan Fallet <stfallet_at_mail.Herrenberg.netsurf.de>
Date: 1995/09/07
Message-ID: <42m0hr$k44_at_toplink1.toplink.de>#1/1


use
  select * from cat;
to get a list for the current user.

use
  desc table_name
to get a description of the table;

Stefan Received on Thu Sep 07 1995 - 00:00:00 CEST

Original text of this message