Click here to Skip to main content
15,896,201 members
Home / Discussions / Database
   

Database

 
GeneralRe: how i can add two diffrent time Pin
syed saba15-Jun-04 19:07
syed saba15-Jun-04 19:07 
GeneralCreate report based on sql string Pin
Mekong River14-Jun-04 5:37
Mekong River14-Jun-04 5:37 
GeneralUsage of SqlDataAdapter .... Pin
sanjaysagrawal14-Jun-04 4:45
sanjaysagrawal14-Jun-04 4:45 
GeneralRe: Usage of SqlDataAdapter .... Pin
VenkatFor.NET14-Jun-04 5:04
VenkatFor.NET14-Jun-04 5:04 
GeneralRe: Usage of SqlDataAdapter .... Pin
nbhairav12314-Jun-04 5:15
nbhairav12314-Jun-04 5:15 
GeneralRe: Usage of SqlDataAdapter .... Pin
VenkatFor.NET14-Jun-04 5:24
VenkatFor.NET14-Jun-04 5:24 
GeneralPulling the latest entry for a product BY DATE from a table Pin
lostsheep00714-Jun-04 2:49
lostsheep00714-Jun-04 2:49 
GeneralRe: Pulling the latest entry for a product BY DATE from a table Pin
Thea Burger14-Jun-04 4:09
Thea Burger14-Jun-04 4:09 
Hi,

What about this:
SELECT * FROM sales WHERE productdate = (SELECT max(productdate) FROM sales)

HTH,
Thea
GeneralRe: Pulling the latest entry for a product BY DATE from a table Pin
lostsheep00715-Jun-04 16:59
lostsheep00715-Jun-04 16:59 
GeneralRe: Pulling the latest entry for a product BY DATE from a table Pin
Colin Angus Mackay15-Jun-04 4:26
Colin Angus Mackay15-Jun-04 4:26 
GeneralRe: Pulling the latest entry for a product BY DATE from a table Pin
lostsheep00715-Jun-04 17:00
lostsheep00715-Jun-04 17:00 
GeneralUpdating Unique Primary Keys Pin
JosePidal13-Jun-04 22:34
JosePidal13-Jun-04 22:34 
GeneralRe: Updating Unique Primary Keys Pin
Steven Campbell14-Jun-04 7:33
Steven Campbell14-Jun-04 7:33 
GeneralMS Access Relationships in Tables Pin
brdavid13-Jun-04 5:32
brdavid13-Jun-04 5:32 
GeneralRe: MS Access Relationships in Tables Pin
Mike Ellison13-Jun-04 15:38
Mike Ellison13-Jun-04 15:38 
GeneralI want to Learn Mysql Databse Pin
JawedVikia8012-Jun-04 21:50
JawedVikia8012-Jun-04 21:50 
GeneralRe: I want to Learn Mysql Databse Pin
Mekong River14-Jun-04 5:46
Mekong River14-Jun-04 5:46 
GeneralRe: I want to Learn Mysql Databse Pin
mahsa shahi1-Mar-14 7:06
mahsa shahi1-Mar-14 7:06 
QuestionHow to Display Photo in sharepoint ? Pin
gangigangi11-Jun-04 18:18
gangigangi11-Jun-04 18:18 
GeneralSQL Help/Sample Pin
karitoppinen11-Jun-04 10:00
karitoppinen11-Jun-04 10:00 
GeneralRe: SQL Help/Sample Pin
-Dr_X-14-Jun-04 19:39
-Dr_X-14-Jun-04 19:39 
GeneralRe: SQL Help/Sample Pin
karitoppinen15-Jun-04 6:00
karitoppinen15-Jun-04 6:00 
Generalkeyboard shortcuts for sql database managment tool Pin
amitmerla11-Jun-04 9:59
amitmerla11-Jun-04 9:59 
GeneralRe: keyboard shortcuts for sql database managment tool Pin
Thea Burger13-Jun-04 8:41
Thea Burger13-Jun-04 8:41 
GeneralOutput Parameters - Help! Pin
mikasa11-Jun-04 9:16
mikasa11-Jun-04 9:16 

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.