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

How to calculate barcode check-digit using T-SQL language

$
0
0
How can you translate the standard algorithm to T-SQL code? One possible solution could be implemented ... tmpCode)) BEGIN SET @List = @List + '|' + LTRIM(RTRIM(STR(@j))) + ';' + SUBSTRING(@tmpCode, @i, 1) SET @j = (@j - 1) SET @i = (@i + 1) END /* 1.

Viewing all articles
Browse latest Browse all 989

Trending Articles