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 > show tables in informix?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-31-04, 04:12
amachou_doubaji amachou_doubaji is offline
Registered User
 
Join Date: Mar 2004
Posts: 10
Exclamation show tables in informix?

hi ,all
please there is any difference between sql for mysql and sql informix
if yes give me the equivalent command of " show tables "
i'll be tankfull ,please it's urgent.
Reply With Quote
  #2 (permalink)  
Old 03-31-04, 06:53
lloydnwo lloydnwo is offline
Registered User
 
Join Date: Aug 2003
Location: India
Posts: 262
Re: show tables in informix?

Quote:
Originally posted by amachou_doubaji
hi ,all
please there is any difference between sql for mysql and sql informix
if yes give me the equivalent command of " show tables "
i'll be tankfull ,please it's urgent.
Hi,

To view your tables you can run "dbaccess" or "isql" utility of informix and from command prompt give the command
dbschema -d <database name> -t <table name>
Reply With Quote
  #3 (permalink)  
Old 04-08-11, 07:40
shkumesh shkumesh is offline
Registered User
 
Join Date: Apr 2011
Posts: 2
Give try :

info tables
Reply With Quote
  #4 (permalink)  
Old 04-09-11, 18:51
InformixWilli InformixWilli is offline
Registered User
 
Join Date: Sep 2010
Location: Germany, Brunswick
Posts: 52
Code:
select * from systables;
__________________
WilhelmW
IBM Certified Database Associate

wilhelmw.de - www.isr.de
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