Unix Technical Forum

TRIM function and the || concatenation operators

This is a discussion on TRIM function and the || concatenation operators within the SQL Server forums, part of the Microsoft SQL Server category; --> Hi, How would I translate these TRIM function and the || concatenation operators into SQL SERVER. Please help. select ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 08-01-2008, 10:39 PM
Junior Member
 
Join Date: Jun 2008
Posts: 3
Default TRIM function and the || concatenation operators

Hi,

How would I translate these TRIM function and the || concatenation operators into SQL SERVER. Please help.

select prop_type,
TRIM(section) || '-' || TRIM(township) || '-' ||TRIM(range),
nbhd, region,
inspct_cycle,
water,
sewer_septic,
unimproved_acres,improved_acres,
total_sqft from parcel,
legal_description

where legal_description.property_id = [PROPERTYID]
and parcel.property_id = [PROPERTYID] and parcel_year = 2008

Thanks,

-Long
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 05:32 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com