Quantcast
Channel: Substring In Sql | Automatic Website Traffic RSS
Viewing all articles
Browse latest Browse all 989

Some SQL queries which should be practiced before going to Interview - Part 2

$
0
0
3) SQL server query to remove special characters from a string ... declare @p int set @p = 1 while @p <= @l begin declare @c int set @c = ascii(substring(@s, @p, 1)) if @c between 48 and 57 or @c between 65 and 90 or @c between 97 and 122 set @s2 = @ ...

Viewing all articles
Browse latest Browse all 989

Trending Articles