• T-SQL Query To Order By The Last Three Characters Of A Column

    Introduction In this article, we will discuss how to Order By the Column Result By Last Three Characters of that Column. Order By The Last Three Characters First lets select all the rows from the table, Now lets apply logic to Order By last three characters of the column FirstName. And it results as shown…

  • Azure Data Studio Tips And Tricks

    Introduction Who will say NO to when they want to improve the speed and efficiency of writing SQL Queries?. Azure Data Studio has more features to improve efficient way of writing SQL Queries. In this article, we will have a look some Tips and Tricks in Azure Data Studio Command Palette If we want to…

  • Select Names NOT Starting with Vowels in MS SQL Server

    Introduction Sometime we may need to select the column results that the string not starting with Vowels. In this article, We will have a look, How to select the columns results not starting with Vowels. In our previous articles we discussed how to select columns results  Select Names Starting With Vowels in MS SQL Server Select…

  • Select Names NOT Starting And NOT Ending With Vowels in MS SQL Server

    Introduction Sometime we may need to select the column results that the string not starting and not ending with Vowels. In this article, We will have a look, How to select the columns results not starting and not ending with Vowels. In our previous articles we discussed how to select columns results  Select Names Starting With…

  • Select Names NOT Ending With Vowels in MS SQL Server

    Introduction In this article, We will have a look, How to select the columns results NOT ending with Vowels. In our previous articles we discussed how to select columns results starting with vowels and column results ending with vowels. Select Names Starting With Vowels in MS SQL Server Select Names Ending With Vowels in MS…

  • Select Names Ending With Vowels in MS SQL Server

    Introduction Sometime we may need to select the column results that the string ends with Vowels. In this article, We will have a look, How to select the columns results ending with Vowels. In one of the articles, we discussed how to select names Starting with Vowels, please refer that article here. Example As an…

Subscribe

Enter your email below to receive updates.