Click here to Skip to main content
15,908,013 members
Home / Discussions / Database
   

Database

 
AnswerRe: Why this is faster? Pin
Colin Angus Mackay8-Jun-07 2:38
Colin Angus Mackay8-Jun-07 2:38 
JokeRe: Why this is faster? Pin
Rob Graham8-Jun-07 2:51
Rob Graham8-Jun-07 2:51 
GeneralRe: Why this is faster? Pin
Arun.Immanuel8-Jun-07 2:54
Arun.Immanuel8-Jun-07 2:54 
GeneralRe: Why this is faster? Pin
Arun.Immanuel8-Jun-07 2:52
Arun.Immanuel8-Jun-07 2:52 
GeneralRe: Why this is faster? Pin
andyharman8-Jun-07 3:38
professionalandyharman8-Jun-07 3:38 
GeneralRe: Why this is faster? Pin
Arun.Immanuel8-Jun-07 5:21
Arun.Immanuel8-Jun-07 5:21 
QuestionHow to alter table Pin
rzthebeginner8-Jun-07 2:21
rzthebeginner8-Jun-07 2:21 
AnswerRe: How to alter table Pin
Arun.Immanuel8-Jun-07 2:37
Arun.Immanuel8-Jun-07 2:37 
Why do you want to add the column inbetween?

What problem do you face when you add the column at the last?

No matter where the column positions are.

Always try to include the column names along with the statements like:
<br />
select col1,col2 from tblName<br />
<br />
<br />
insert into tblName(col1,col2) values(val1,val2)




Regards,
Arun Kumar.A

AnswerRe: How to alter table Pin
Rob Graham8-Jun-07 3:02
Rob Graham8-Jun-07 3:02 
QuestionSQL Connection DialogBox Pin
ScottM18-Jun-07 2:05
ScottM18-Jun-07 2:05 
Questionmeaning of @ in sql Pin
emiralp8-Jun-07 1:44
emiralp8-Jun-07 1:44 
AnswerRe: meaning of @ in sql Pin
wout de zeeuw8-Jun-07 1:53
wout de zeeuw8-Jun-07 1:53 
AnswerRe: meaning of @ in sql Pin
kubben8-Jun-07 1:53
kubben8-Jun-07 1:53 
AnswerRe: meaning of @ in sql Pin
Colin Angus Mackay8-Jun-07 2:41
Colin Angus Mackay8-Jun-07 2:41 
GeneralRe: meaning of @ in sql Pin
Colin Angus Mackay8-Jun-07 2:40
Colin Angus Mackay8-Jun-07 2:40 
QuestionConnecting to the server Pin
taherjaorawala7-Jun-07 23:34
taherjaorawala7-Jun-07 23:34 
AnswerRe: Connecting to the server Pin
Paul Conrad8-Jun-07 10:07
professionalPaul Conrad8-Jun-07 10:07 
Questionhow to get current time Pin
rkherath7-Jun-07 23:33
rkherath7-Jun-07 23:33 
AnswerRe: how to get current time Pin
Harini N K7-Jun-07 23:52
Harini N K7-Jun-07 23:52 
GeneralRe: how to get current time Pin
rkherath7-Jun-07 23:57
rkherath7-Jun-07 23:57 
Questionuser mysql [modified] Pin
WhiteGirl237-Jun-07 21:03
WhiteGirl237-Jun-07 21:03 
AnswerRe: user mysql Pin
Paul Conrad9-Jun-07 5:23
professionalPaul Conrad9-Jun-07 5:23 
Questionhow to connect Remote Database with ASP.NET application Pin
Elena20067-Jun-07 20:50
Elena20067-Jun-07 20:50 
AnswerRe: how to connect Remote Database with ASP.NET application Pin
Manas Bhardwaj7-Jun-07 23:05
professionalManas Bhardwaj7-Jun-07 23:05 
QuestionCreate a make-table quary using a parameter Pin
Chatura Dilan7-Jun-07 20:28
Chatura Dilan7-Jun-07 20:28 

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.