Friday, April 19, 2013

Get Random Records in sql

SELECT TOP 1 * FROM [Table Name] ORDER BY newid()

No comments:

Post a Comment

Integrating OpenAI / ChatGPT in ASP.NET Core Web API

 This guide shows how to build a production-ready AI API using ASP.NET Core with: Clean Architecture, streaming responses, database storage,...