|
||||
sybperl-l ArchiveUp Prev Next
From: "Larry Martell" <larrym at titan dot imsi dot com> On Sep 19, 16:23, Tony Wong wrote: > Subject: listing the tables > Could anyone please tell me how to get a list of > all the tables within a particular database? select name from sysobjects where type = 'U' larry |