Re: howto ignore whitespace in select query
From: San Tuon (anonymous_at_discussions.microsoft.com)
Date: 03/26/04
- Next message: Vishal Parkar: "Re: howto ignore whitespace in select query"
- Previous message: Vishal Parkar: "Re: howto ignore whitespace in select query"
- In reply to: Vishal Parkar: "Re: howto ignore whitespace in select query"
- Next in thread: Vishal Parkar: "Re: howto ignore whitespace in select query"
- Reply: Vishal Parkar: "Re: howto ignore whitespace in select query"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 26 Mar 2004 03:48:45 -0800
Thanks a million.
For future reference. Is there a way to structure the
database to automatically not return spaces.. ie, the
length of the field should be just the maximum allocated.
I noticed with MS access, the field length is the maximum
size,.. not a fix size. Is my understanding wrong?
Regards San.
>-----Original Message-----
>hi san,
>use function rtrim.
>
>select rtrim(id) from user
>
>--
>Vishal Parkar
>vgparkar@yahoo.co.in
>
>
>.
>
- Next message: Vishal Parkar: "Re: howto ignore whitespace in select query"
- Previous message: Vishal Parkar: "Re: howto ignore whitespace in select query"
- In reply to: Vishal Parkar: "Re: howto ignore whitespace in select query"
- Next in thread: Vishal Parkar: "Re: howto ignore whitespace in select query"
- Reply: Vishal Parkar: "Re: howto ignore whitespace in select query"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|