0
What is concat?
I've seen it while reading the Roblox Dev Wiki, and now in SQL Fundamentals? Seems interesting to me.
2 Antworten
+ 1
In SQL, it is one of the SQL functions, that returns one string that was formed by concatenating the argument(s) passed into the function.
http://www.tutorialspoint.com/sql/sql-string-functions.htm
0
same in java