I'm not sure that there is a randrange equivelant, the rand() function
returns a real value between 0 and 1, so you would have to include some kind
of multimplier to use it in the context below.
Steve
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 23 May 2000 13:21
To: [EMAIL PROTECTED]
Subject: OT: SQL 7 Functions
Where do I find a list of functions for SQL 7?
Specifically today I'm looking for equivalent to CF Randrange():
SELECT TOP 1000 *
FROM users
WHERE ID IN (randrange(1, 30000))
But there has to be a list somewhere. I'm getting
frustrated looking through the online help.
----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.