
November 6th, 2000, 06:08 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
select RND entry?
<i><b>Originally posted by : Para</b></i><br /><br />hi , here's my proberlem ...<br /><br />i need to connect to a DB , and select a RND entry based on fields requirements ..???<br />say this is my SQL string :---><br />SQL="SELECT Field1 from tblname where counter >=1"<br /><br />What i want to do is too select a Random entry in Field1 from tablename where counter >= 1 ....<br /><br />Is there anyway you select a Random entry using the SQL statement ? or would i need some sort of array ?<br />
|