|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to randomly order a select result?
Is there a similiar way to randomize the order of a select result similar to SQL server's: select * from mytable order by newid() ?
|
|
#2
|
||||
|
||||
|
Quote:
I think it could be done with a procedure (this at a first glance) |
|
#3
|
|||
|
|||
|
select rand_udf(), * from mytable order by 1
|
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > how to randomly order a select result? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|