The Javascript concat method is a great function and this article will hopefully answer your burning question of how do you concatenate strings in javascript?
(more…)
Tag: concat
-
JavaScript String concat() Method
-
CASE Statement in SQL (Practical Examples)
What is a SQL case statement? Well, it’s much like a switch statement in a development language. It allows you to test several different cases for a field and determine what you would like to do for each one with SQL Server.