Unix Technical Forum

Re: How to get only the user table names from systables

This is a discussion on Re: How to get only the user table names from systables within the Informix forums, part of the Database Server Software category; --> select * from systables where tabid > 99 and tabtype = 'T' will get you tables. Without the tabtype ...


Go Back   Unix Technical Forum > Database Server Software > Informix

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-19-2008, 07:29 PM
Mark Denham
 
Posts: n/a
Default Re: How to get only the user table names from systables


select *
from systables
where tabid > 99
and tabtype = 'T'

will get you tables. Without the tabtype qualifier you will get views as
well.

Mark

----- Original Message -----
From: "joseph v d'silva" <j_v_dsilva@www.com>
To: <informix-list@iiug.org>
Sent: Thursday, August 21, 2003 04:36
Subject: How to get only the user table names from systables


> Hi,
>
> I am planning to write a shell script that will unload all user
> tables from a database, but for this I require to get all the
> usertable names, now the problem is that the systables lists system
> tables also. On the other hand if you go to dbaccess where the table
> info is listed, you will have only user tables listed. I want to know
> how dbaccess works out this "magic" of distinguishing system tables
> and usertables.
>
> Thankx
>
> joe


sending to informix-list
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:47 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com