If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > Ingres equivalent?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-19-04, 18:49
hypersound hypersound is offline
Registered User
 
Join Date: May 2004
Posts: 2
Ingres equivalent?

I've tried the following sql on Ingres but it comes up with an error...

UPDATE size SET as=
(SELECT feature_detail
FROM details
WHERE mod_uuid = '11E874E9-65B7-DB96-1CF52F59557C4631' AND feature_uuid = '62006489-65B7-DB96-1334DDB7ACD83765')
WHERE mod_uuid='11E874E9-65B7-DB96-1CF52F59557C4631'

What should I change to make this work on Ingres?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On