If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > records in tables count

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-19-08, 02:16
wolf_83 wolf_83 is offline
Registered User
 
Join Date: Oct 2008
Posts: 1
records in tables count

Hi all,

How can I count all records in each table in informix DB
Reply With Quote
  #2 (permalink)  
Old 10-20-08, 02:34
stanislav.ondac stanislav.ondac is offline
Registered User
 
Join Date: Aug 2005
Posts: 140
shell scripting using systables table.

Use count function for each table name from:
select tabname from systables where tabid>99;
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On