×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) midrange.com.




syscolumns

for example, to find all fields that may be credit cards, run the following:

select system_table_schema, system_table_name,
    system_column_name, column_text, data_type,
    length, numeric_scale, numeric_precision
  from qsys2.syscolumns
  where system_table_schema not like 'Q%'
    and (lower(column_text) like '%credit%'
    or lower(column_text)like '%card%'
    or lower(column_text)like '%cc%' )

-----Original Message-----
Subject: System Cross Reference

There is a system table that keeps track of all of the fields across the
entire system.  For neither love nor money (both of which are in short
supply here) can I remember its name.  Anyone recall its name?  It
starts with a 'Q' if that helps. =-O
--
       * Jerry C. Adams


This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.