dbTalk Databases Forums  

display temp tables PER SESSION

comp.databases.informix comp.databases.informix


Discuss display temp tables PER SESSION in the comp.databases.informix forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tom Lehr
 
Posts: n/a

Default display temp tables PER SESSION - 11-03-2010 , 12:48 PM






hello all

i am able to return the temp tables created within the database but
unable to see how i also include the information of what the session
ID is

here is the sql to return the partnum, owner and table name - does
anyone know how to include the session ID?

Thanks Much

SELECT partnum, owner, tabname
FROM sysmaster:systabnames s,sysmaster:systabinfo i
WHERE i.ti_partnum = s.partnum
AND sysmaster:BITVAL(i.ti_flags,'0x0020') = 1

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



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.