Can someone tell me how to add some additional blank fields in a sql-select stmt. For example, here's what I'm trying to do:
Select CusName, space(30) as MyFieldName from SqlTable
It doesn't like the space()! I could have sworn i've done this before... There's got to be an easy solution to this one.
Anyone?
Thanks.
Jack.
Select CusName, space(30) as MyFieldName from SqlTable
It doesn't like the space()! I could have sworn i've done this before... There's got to be an easy solution to this one.
Anyone?
Thanks.
Jack.