hello!
how to add space in sql using s access?
select fname as "First Name" from table;
its working but it includes double quotes.
if i remove quotes it has an error "reserve"
tnx
Printable View
hello!
how to add space in sql using s access?
select fname as "First Name" from table;
its working but it includes double quotes.
if i remove quotes it has an error "reserve"
tnx
i just noticed that it is possible to add ascii char
like alt+255 (space), and my problem was solved.