Hi guys,
I am trying to find a way to insert a space to seperate the first name and last name in my column when I query the db,
currently my data is displayed this way:
Abauer
Jjones
Asmith
and I would like it this way:
A Bauer
J Jones
A Smith
Is it possible to execute this in a query.
I am trying to find a way to insert a space to seperate the first name and last name in my column when I query the db,
currently my data is displayed this way:
Abauer
Jjones
Asmith
and I would like it this way:
A Bauer
J Jones
A Smith
Is it possible to execute this in a query.