Click here to Skip to main content
15,890,123 members
Home / Discussions / Database
   

Database

 
GeneralRe: threshold Problem when running long Procedures Pin
Wendelius11-Oct-08 1:19
mentorWendelius11-Oct-08 1:19 
Questionhow can I make the value of an attribute in a table as SYSDATE Pin
alexyxj10-Oct-08 10:01
alexyxj10-Oct-08 10:01 
AnswerRe: how can I make the value of an attribute in a table as SYSDATE Pin
Colin Angus Mackay10-Oct-08 13:19
Colin Angus Mackay10-Oct-08 13:19 
AnswerRe: how can I make the value of an attribute in a table as SYSDATE Pin
Al Ortega10-Oct-08 15:41
Al Ortega10-Oct-08 15:41 
AnswerRe: how can I make the value of an attribute in a table as SYSDATE Pin
Wendelius10-Oct-08 19:48
mentorWendelius10-Oct-08 19:48 
QuestionLeft JOIN Pin
polishprogrammer10-Oct-08 5:57
polishprogrammer10-Oct-08 5:57 
AnswerRe: Left JOIN Pin
Tim Carmichael10-Oct-08 6:08
Tim Carmichael10-Oct-08 6:08 
GeneralRe: Left JOIN Pin
polishprogrammer10-Oct-08 6:28
polishprogrammer10-Oct-08 6:28 
Thanks. Let's see.

From table2 at present I only need to retrieve one field of table, so I don't actually need table2.* in the select statement. Rather, I would just need something like table2.VE. The data in table 2 is simply the results of some process run on the object described in table1. They are linked by some unique object identifier. I need to pull information about the object regardless of whether the process has been run or not. If the process has been run, I need to retrieve the VE field for that object. The basic problem is that there may be multiple records for the proces run on the object, so multiple records in table2 for the object it is linked to in table1. Some of those records may be from the same day, while others may be from 3 months, 6 months, or 10 years ago. I need the latest when pulling up the data.

The autonumber field in table2 is called ID and the name of the field in table2 that I need to retrieve now is called VE (but I may need to retrieve other fields later).

I appreciate the help.
GeneralRe: Left JOIN Pin
Tim Carmichael10-Oct-08 6:55
Tim Carmichael10-Oct-08 6:55 
GeneralRe: Left JOIN Pin
polishprogrammer10-Oct-08 8:31
polishprogrammer10-Oct-08 8:31 
GeneralRe: Left JOIN Pin
Tim Carmichael10-Oct-08 8:33
Tim Carmichael10-Oct-08 8:33 
QuestionRe: Left JOIN Pin
polishprogrammer13-Oct-08 6:07
polishprogrammer13-Oct-08 6:07 
AnswerRe: Left JOIN Pin
Tim Carmichael13-Oct-08 9:49
Tim Carmichael13-Oct-08 9:49 
GeneralRe: Left JOIN Pin
polishprogrammer13-Oct-08 11:07
polishprogrammer13-Oct-08 11:07 
AnswerRe: Left Outter JOIN Pin
David Mujica10-Oct-08 6:19
David Mujica10-Oct-08 6:19 
GeneralRe: Left Outter JOIN Pin
polishprogrammer10-Oct-08 6:47
polishprogrammer10-Oct-08 6:47 
Questionsql hierarchal data retrieval Pin
sana1710-Oct-08 5:11
sana1710-Oct-08 5:11 
AnswerRe: sql hierarchal data retrieval Pin
Wendelius10-Oct-08 6:40
mentorWendelius10-Oct-08 6:40 
GeneralRe: sql hierarchal data retrieval Pin
sana1710-Oct-08 6:53
sana1710-Oct-08 6:53 
GeneralRe: sql hierarchal data retrieval Pin
Wendelius10-Oct-08 6:58
mentorWendelius10-Oct-08 6:58 
GeneralRe: sql hierarchal data retrieval Pin
Giorgi Dalakishvili10-Oct-08 8:36
mentorGiorgi Dalakishvili10-Oct-08 8:36 
GeneralRe: sql hierarchal data retrieval Pin
sana1711-Oct-08 4:27
sana1711-Oct-08 4:27 
QuestionPerformance Issue in Query Pin
ashwanigl10-Oct-08 4:18
ashwanigl10-Oct-08 4:18 
AnswerRe: Performance Issue in Query Pin
Ashfield10-Oct-08 4:29
Ashfield10-Oct-08 4:29 
GeneralRe: Performance Issue in Query Pin
ashwanigl10-Oct-08 4:32
ashwanigl10-Oct-08 4:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.