danasegarane
New member
- Local time
- Tomorrow, 03:26
- Joined
- Sep 6, 2007
- Messages
- 6
Hi all,
I am having one table with id from 1 to 50. Now I want to return random records from that table using rnd.The point is that is there any funntion like
Thanks in Advance
Dana
I am having one table with id from 1 to 50. Now I want to return random records from that table using rnd.The point is that is there any funntion like
Code:
Select [id] from tblids where id not in (values) with rnd
Thanks in Advance
Dana