Friday, April 19, 2013

Get Random Records in sql

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

No comments:

Post a Comment

📱Build WhatsApp Bot using .NET + OpenAI

   In this article, you will learn how to build a real-world WhatsApp chatbot using ASP.NET Core and OpenAI. This bot can automatically repl...