Click here to Skip to main content
15,891,607 members
Home / Discussions / Database
   

Database

 
QuestionUrgent:2nd highest salary without using a subquery in sql Pin
rockz...15-Jan-08 23:24
rockz...15-Jan-08 23:24 
GeneralRe: Urgent:2nd highest salary without using a subquery in sql Pin
Paul Conrad17-Jan-08 13:40
professionalPaul Conrad17-Jan-08 13:40 
GeneralRe: Urgent:2nd highest salary without using a subquery in sql Pin
Adeel Chaudhry17-Jan-08 22:34
Adeel Chaudhry17-Jan-08 22:34 
GeneralRe: Urgent:2nd highest salary without using a subquery in sql Pin
Paul Conrad19-Jan-08 7:06
professionalPaul Conrad19-Jan-08 7:06 
GeneralProcedure with Multiple Update Problem Pin
Vimalsoft(Pty) Ltd15-Jan-08 22:55
professionalVimalsoft(Pty) Ltd15-Jan-08 22:55 
GeneralRe: Procedure with Multiple Update Problem Pin
Joe15-Jan-08 23:43
Joe15-Jan-08 23:43 
GeneralRe: Procedure with Multiple Update Problem Pin
Vimalsoft(Pty) Ltd16-Jan-08 0:28
professionalVimalsoft(Pty) Ltd16-Jan-08 0:28 
GeneralHelp me with SQL Query Pin
Vimalsoft(Pty) Ltd15-Jan-08 21:59
professionalVimalsoft(Pty) Ltd15-Jan-08 21:59 
hi all

i want to Search for Records in this table "Property_Summary", that has a Primary key "Property_ID" and a foreign key to "Valuation" table

select PS.PROPERTY_id from Property_Summary PS
where PS.Cell_iD = 13 and Func_key like 'GEOSS%'


And from the Above Query , i want to find the Property_ID that Matches the one above but only those that have 0.0 in New_Improved_Value



Exists(SELECT 1 FROM SDE.VALUATION V
WHERE PROPERTY_ID	= PS.PROPERTY_ID
AND VAL_STATUS_ID	= 2
AND NEW_IMPROVED_VALUE  <1
AND ARCHIVE_DATE IS NULL)


please help

Vuyiswa Maseko,

Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding

VB.NET/SQL7/2000/2005
http://vuyiswamb.007ihost.com
http://Ecadre.007ihost.com
vuyiswam@tshwane.gov.za


GeneralCommand object use to add data to a database Pin
CodingLover15-Jan-08 18:28
CodingLover15-Jan-08 18:28 
GeneralRe: Command object use to add data to a database Pin
CodingLover15-Jan-08 19:12
CodingLover15-Jan-08 19:12 
QuestionWhat is 'IsMSShipped' ?? Pin
imsathy15-Jan-08 16:51
imsathy15-Jan-08 16:51 
GeneralRe: What is 'IsMSShipped' ?? Pin
Kishore.P15-Jan-08 18:02
Kishore.P15-Jan-08 18:02 
GeneralCreating a View Pin
AAGTHosting15-Jan-08 7:37
AAGTHosting15-Jan-08 7:37 
GeneralRe: Creating a View Pin
Colin Angus Mackay15-Jan-08 9:58
Colin Angus Mackay15-Jan-08 9:58 
GeneralRe: Creating a View Pin
AAGTHosting15-Jan-08 20:16
AAGTHosting15-Jan-08 20:16 
QuestionPerformance question Pin
Kosta Cherry15-Jan-08 7:35
Kosta Cherry15-Jan-08 7:35 
GeneralRe: Performance question Pin
Colin Angus Mackay15-Jan-08 9:49
Colin Angus Mackay15-Jan-08 9:49 
GeneralRe: Performance question Pin
Kosta Cherry15-Jan-08 13:48
Kosta Cherry15-Jan-08 13:48 
GeneralRe: Performance question Pin
Colin Angus Mackay15-Jan-08 14:19
Colin Angus Mackay15-Jan-08 14:19 
GeneralRe: Performance question Pin
Paul Conrad19-Jan-08 7:07
professionalPaul Conrad19-Jan-08 7:07 
Generalcreating table adapter queries using code Pin
Cory Kimble15-Jan-08 7:10
Cory Kimble15-Jan-08 7:10 
GeneralRe: creating table adapter queries using code Pin
Kishore.P15-Jan-08 18:22
Kishore.P15-Jan-08 18:22 
GeneralRe: creating table adapter queries using code Pin
Cory Kimble16-Jan-08 4:00
Cory Kimble16-Jan-08 4:00 
GeneralPad Left Access SQL Pin
Kschuler15-Jan-08 3:37
Kschuler15-Jan-08 3:37 
GeneralRe: Pad Left Access SQL Pin
andyharman15-Jan-08 4:00
professionalandyharman15-Jan-08 4:00 

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.