DayLaborer
Programmer
This line (obviously) works:
but this one does not:
I get the error message:
Thanks,
Eliezer
Code:
select (count (*)) from crdcrm.employee where firstname = 'John'
Code:
select [b]ltrim[/b](count (*)) from crdcrm.employee where firstname = 'John'
What can I do to trim the column that reports the count?SQL0171N The data type, length or value of argument "1" of routine "LTRIM" is incorrect. SQLSTATE=42815
Thanks,
Eliezer