Click here to Skip to main content
16,004,901 members
Home / Discussions / Database
   

Database

 
GeneralIt works for me! Pin
Gulfraz Khan14-Jul-06 4:19
Gulfraz Khan14-Jul-06 4:19 
QuestionMultiple user database Pin
codeamin13-Jul-06 4:51
codeamin13-Jul-06 4:51 
AnswerOpen the database as read/only Pin
Ennis Ray Lynch, Jr.13-Jul-06 9:18
Ennis Ray Lynch, Jr.13-Jul-06 9:18 
QuestionRecursive SELECT paradox!!! [modified] Pin
innocent7313-Jul-06 3:40
innocent7313-Jul-06 3:40 
AnswerRe: Recursive SELECT paradox!!! Pin
Eric Dahlvang13-Jul-06 4:13
Eric Dahlvang13-Jul-06 4:13 
GeneralRe: Recursive SELECT paradox!!! [modified] Pin
innocent7313-Jul-06 4:30
innocent7313-Jul-06 4:30 
GeneralRe: Recursive SELECT paradox!!! Pin
Eric Dahlvang13-Jul-06 4:37
Eric Dahlvang13-Jul-06 4:37 
GeneralRe: Recursive SELECT paradox!!! Pin
innocent7313-Jul-06 4:40
innocent7313-Jul-06 4:40 
Wow...really good results...

Is it possible to move a column from second row to first row? I mean suppose that I made a basic select operation and got the result as below:

---------------------------------------------------------

SELECT Voyage_ID,StartDate,PlateNumber,Driver1 FROM voyage_END
order by startdate



Voyage_ID StartDate PlateNumber Driver1
421 2005-12-28 34 VS 0845 X
750 2005-12-28 34 VS 0845 Y

----------------------------------------------------------------

The MAJOR problem is:

How can I create a new table such as:

Voyage_ID StartDate PlateNumber Driver1 Driver2

421 2005-12-28 34 VS 0845 X Y



difficult case...right?


GeneralThe best thing Pin
Ennis Ray Lynch, Jr.13-Jul-06 5:20
Ennis Ray Lynch, Jr.13-Jul-06 5:20 
GeneralRe: Recursive SELECT paradox!!! Pin
Eric Dahlvang13-Jul-06 5:50
Eric Dahlvang13-Jul-06 5:50 
QuestionSQL replication using .net Pin
farshad.A13-Jul-06 2:38
farshad.A13-Jul-06 2:38 
QuestionSQl file Log Pin
AnhTin12-Jul-06 18:13
AnhTin12-Jul-06 18:13 
AnswerRe: SQl file Log Pin
kumarprabhakar7412-Jul-06 18:37
kumarprabhakar7412-Jul-06 18:37 
GeneralRe: SQl file Log Pin
AnhTin12-Jul-06 18:59
AnhTin12-Jul-06 18:59 
GeneralRe: SQl file Log Pin
WoutL12-Jul-06 20:40
WoutL12-Jul-06 20:40 
AnswerRe: SQl file Log [modified] Pin
Mike Dimmick13-Jul-06 3:18
Mike Dimmick13-Jul-06 3:18 
QuestionComparing strings in SQL Pin
kscadi12-Jul-06 17:42
kscadi12-Jul-06 17:42 
AnswerRe: Comparing strings in SQL [modified] Pin
technomanceraus12-Jul-06 18:09
technomanceraus12-Jul-06 18:09 
Questiongetting query names Pin
hamidreza_buddy12-Jul-06 7:44
hamidreza_buddy12-Jul-06 7:44 
AnswerRe: getting query names Pin
leckey12-Jul-06 7:58
leckey12-Jul-06 7:58 
GeneralRe: getting query names Pin
Eric Dahlvang12-Jul-06 8:04
Eric Dahlvang12-Jul-06 8:04 
GeneralRe: getting query names Pin
hamidreza_buddy12-Jul-06 8:07
hamidreza_buddy12-Jul-06 8:07 
AnswerRe: getting query names Pin
Eric Dahlvang12-Jul-06 8:06
Eric Dahlvang12-Jul-06 8:06 
GeneralRe: getting query names Pin
hamidreza_buddy12-Jul-06 8:10
hamidreza_buddy12-Jul-06 8:10 
AnswerRe: getting query names [modified] Pin
Scott Serl13-Jul-06 6:26
Scott Serl13-Jul-06 6:26 

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.