Quote:
Originally posted by mrobins
Hi,
I was wondering if anyone knew the INFORMIX syntax required to create a cross-tab query. In MS Access using TRANSFORM and PIVOT functions will create a cross-tab query.
thanx in advance for your help.
|
Hi,
You refer to "select a.*, b.* from localtable a, remotetable b
where a.key = b.key
................
Where, remotetable= databasename@servername:tablename.
Servername= $INFORMIXSERVER (name of connect for tcp/ip, ipx,....)
Gustavo.