dndaughtery
Programmer
I have a query which doesn't show any data for any of the fields which I have set to align to the left as follows
LEFT(Replicate(' ', 15) + IsNull(CONVERT(VARCHAR, RWFSTN), ''),15)
Why is this and how can I fix it?
LEFT(Replicate(' ', 15) + IsNull(CONVERT(VARCHAR, RWFSTN), ''),15)
Why is this and how can I fix it?