Tag: sql server

Community

Randomly Sorting Query Results

To randomly order rows, or to return x number of randomly chosen rows, you can use the RAND function inside the SELECT statement. But the RAND function is resolved only once for the entire query, so every row will get same value. You can use an ORDER BY clause to sort the rows by the result from the

Community

Never Stop Learning

(Jerry Hamilton) Be aware of the options available given your skills and experience. Are you an Informix Database Administrator seeing demishing job opportunities? Maybe it would help to learn another database platform like DB2, Oracle or SQL Server. If you’re an Analyst, who has reviewed a lot of c