Questions tagged [udb]
16 questions
-1
votes
2 answers
SQL select same column with different where, then join and append to outer query
I am new to SQL. I have two tables, CarDesc and CarCost. The CarDesc table drives the query population. I am trying to select the CAR_DESC column where ID In List(1,2,3) and then join on ID to the CarCost table to return a column for the 2D cost and…

steveW
- 27
- 1
- 8