RE: [KCFusion] arrays and querys

2001-10-19 Thread Ellis, Randy
between 1 and test.recordcount   Randy Ellis -Original Message-From: Adaryl Wakefield [mailto:[EMAIL PROTECTED]]Sent: Friday, October 19, 2001 3:37 PMTo: [EMAIL PROTECTED]Subject: [KCFusion] arrays and querys Ok so after a bit of guess work this is what I came up with

[KCFusion] arrays and querys

2001-10-19 Thread Adaryl Wakefield
Ok so after a bit of guess work this is what I came up with:   SELECT  date_numFROM dbo.DatesTimes Where class_num = 4;     Is it possible to make this more efficient or elegant (i.e. professional)? Adaryl