Microsoft SQL Server
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesMicrosoft SQL Server

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old July 30th, 2008, 09:15 AM
kathyh1 kathyh1 is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2008
Posts: 2 kathyh1 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 36 m 40 sec
Reputation Power: 0
SUBSTRING equivalent for a number/integer?

When data was in Oracle I used the following command to grab the last 4 digits of a number no matter how large the number was:

SUBSTR(field1, -4)

This grabbed the right-most 4 digits (i.e., 6789 from the number 123456789)

Now that the data is in SQL Server I can't use SUBSTRING because TSQL doesn't allow SUBSTRING against a number/integer.

What function can I use to pull the last 4 digits of a number? This will be used in a query like this:

WHERE SUBSTR(field1, -4) = #form.number#

Last edited by kathyh1 : July 30th, 2008 at 09:16 AM. Reason: misspelling

Reply With Quote
  #2  
Old July 30th, 2008, 09:59 AM
Itsacon's Avatar
Itsacon Itsacon is offline
Command Line Warrior
Click here for more information
 
Join Date: Aug 2004
Location: Sector ZZ9 Plural Z Alpha
Posts: 996 Itsacon User rank is Lance Corporal (50 - 100 Reputation Level)Itsacon User rank is Lance Corporal (50 - 100 Reputation Level)Itsacon User rank is Lance Corporal (50 - 100 Reputation Level)  Folding Points: 883404 Folding Title: Super Ultimate Folder - Level 2Folding Points: 883404 Folding Title: Super Ultimate Folder - Level 2Folding Points: 883404 Folding Title: Super Ultimate Folder - Level 2Folding Points: 883404 Folding Title: Super Ultimate Folder - Level 2Folding Points: 883404 Folding Title: Super Ultimate Folder - Level 2Folding Points: 883404 Folding Title: Super Ultimate Folder - Level 2Folding Points: 883404 Folding Title: Super Ultimate Folder - Level 2
Time spent in forums: 6 Days 14 h 11 m 36 sec
Reputation Power: 5
Send a message via ICQ to Itsacon
Aside from the fact that I consider it horrible that Oracle actually supports an abomination like that, I wonder why you don't just use the modulo (%) function:

WHERE (field1 % 10000) = #form.number#
__________________
This is my code. Is it not nifty?

"The biggest problem encountered while trying to design a system that was completely foolproof, was, that people tended to underestimate the ingenuity of complete fools."
---Douglas Adams


Join the Itsacon fanclub!    
Zero Tolerance: Spammers banned so far: 278

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesMicrosoft SQL Server > SUBSTRING equivalent for a number/integer?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT