Tagged: SQL Triangle Example

Printing Your Name as a Triangle in SQL Server

Hello to everyone, In this article, I will talk about how you can print your name as a triangle in SQL Server. In SQL Server, such examples will improve your algorithm logic. You can easily do this by using the code below. DECLARE @i INT, @word VARCHAR(20); SET @i =...

Don`t copy text!