MS SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesMS SQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old December 20th, 2004, 11:40 AM
mevasquez mevasquez is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Posts: 8 mevasquez User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 47 m 4 sec
Reputation Power: 0
Problem converting Access SQL statment to MSSQL

I am not sure how to convert the following from an Access query to a MS SQL query statement
Code:
  UPDATE B1PEND, AWP_CODE
  SET B1PEND.AWP_CODE = 'A'
  WHERE (RIGHT(B1PEND.DOC, 4) >= AWP_CODE.[BEGIN])
  AND (RIGHT(B1PEND.DOC, 4) <=AWP_CODE.[END])


Apparently, the update statement uses two tables, and depending on the value of the B1PEND.DOC field, will determine whether to update the B1PEND.AWP_CODE to 'A'.

I am not sure how to convert this. Any help would be appreciated.

TIA,

Mike V

Reply With Quote
  #2  
Old December 20th, 2004, 11:48 AM
mevasquez mevasquez is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Posts: 8 mevasquez User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 47 m 4 sec
Reputation Power: 0
Quote:
Originally Posted by mevasquez
I am not sure how to convert the following from an Access query to a MS SQL query statement
Code:
  UPDATE B1PEND, AWP_CODE
  SET B1PEND.AWP_CODE = 'A'
  WHERE (RIGHT(B1PEND.DOC, 4) >= AWP_CODE.[BEGIN])
  AND (RIGHT(B1PEND.DOC, 4) <=AWP_CODE.[END])


Apparently, the update statement uses two tables, and depending on the value of the B1PEND.DOC field, will determine whether to update the B1PEND.AWP_CODE to 'A'.

I am not sure how to convert this. Any help would be appreciated.

TIA,

Mike V


Never mind, I figured it out. I just had to add a from clause.
Code:
  UPDATE B1PEND
  SET B1PEND.AWP_CODE = 'A'
  FROM AWP_CODE
  WHERE (RIGHT(B1PEND.DOC, 4) >= AWP_CODE.[BEGIN])
  AND (RIGHT(B1PEND.DOC, 4) <=AWP_CODE.[END])

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesMS SQL Development > Problem converting Access SQL statment to MSSQL


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