Tutorial Link
Space between names from database
TRIM(GU.FIRSTNAME), TRIM(GU.LASTNAME)
Result: abc,xyz
Requirement: I want both first and last name with space in-between.
Question: How to get this in SQL query.
TRIM(GU.FIRSTNAME << concatenation operator (2 straight lines) >> ' ' << concatenation operator >> GU.LASTNAME)
Tutorial Link
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment