home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a061 / 1.img / CLIENT1 / ACT03.QRY < prev    next >
Encoding:
Text File  |  1992-02-21  |  123 b   |  5 lines

  1. select syscolumns.name
  2. from syscolumns, sysobjects
  3. where syscolumns.id = sysobjects.id
  4. and sysobjects.name = 'authors'
  5.