Click here to Skip to main content
15,888,461 members
Home / Discussions / Database
   

Database

 
AnswerRe: Difference between Truncate and Delete Pin
Blue_Boy14-Sep-08 21:59
Blue_Boy14-Sep-08 21:59 
Questionedit view by adding squence number Pin
mahmoudinirat14-Sep-08 2:12
mahmoudinirat14-Sep-08 2:12 
AnswerRe: edit view by adding squence number Pin
Blue_Boy14-Sep-08 2:49
Blue_Boy14-Sep-08 2:49 
GeneralRe: edit view by adding squence number Pin
nelsonpaixao14-Sep-08 13:14
nelsonpaixao14-Sep-08 13:14 
AnswerRe: edit view by adding squence number Pin
Rocky#14-Sep-08 17:58
Rocky#14-Sep-08 17:58 
GeneralRe: edit view by adding squence number Pin
Mycroft Holmes14-Sep-08 19:29
professionalMycroft Holmes14-Sep-08 19:29 
GeneralRe: edit view by adding squence number Pin
Rocky#14-Sep-08 19:33
Rocky#14-Sep-08 19:33 
AnswerRe: edit view by adding squence number Pin
RyanEK14-Sep-08 20:35
RyanEK14-Sep-08 20:35 
For whatever reason, you could do the following...

select ceiling(cast(row_number() over (order by [field] asc) as float) / 3) as id, *
from [table]

Ryan
AnswerRe: edit view by adding squence number Pin
nelsonpaixao15-Sep-08 13:45
nelsonpaixao15-Sep-08 13:45 
QuestionAggregating function on strings in a group by [modified] Pin
swjam14-Sep-08 0:15
swjam14-Sep-08 0:15 
AnswerRe: Aggregating function on strings in a group by Pin
Mycroft Holmes14-Sep-08 19:31
professionalMycroft Holmes14-Sep-08 19:31 
QuestionHow to connect Mysql database wamp from C#? Pin
cutedrew13-Sep-08 21:04
cutedrew13-Sep-08 21:04 
AnswerRe: How to connect Mysql database wamp from C#? Pin
Mycroft Holmes14-Sep-08 19:33
professionalMycroft Holmes14-Sep-08 19:33 
Questiona basic question Pin
followait12-Sep-08 19:46
followait12-Sep-08 19:46 
AnswerRe: a basic question Pin
Mycroft Holmes12-Sep-08 23:58
professionalMycroft Holmes12-Sep-08 23:58 
Questionhow to insert data from one table to other two diferent tables using SQL query Pin
khalidd12-Sep-08 18:21
khalidd12-Sep-08 18:21 
AnswerRe: how to insert data from one table to other two diferent tables using SQL query Pin
Blue_Boy12-Sep-08 20:48
Blue_Boy12-Sep-08 20:48 
GeneralRe: how to insert data from one table to other two diferent tables using SQL query Pin
khalidd12-Sep-08 23:58
khalidd12-Sep-08 23:58 
GeneralRe: how to insert data from one table to other two diferent tables using SQL query Pin
Mycroft Holmes13-Sep-08 0:00
professionalMycroft Holmes13-Sep-08 0:00 
GeneralRe: how to insert data from one table to other two diferent tables using SQL query Pin
Blue_Boy13-Sep-08 3:27
Blue_Boy13-Sep-08 3:27 
AnswerRe: how to insert data from one table to other two diferent tables using SQL query Pin
nelsonpaixao14-Sep-08 13:31
nelsonpaixao14-Sep-08 13:31 
GeneralRe: how to insert data from one table to other two diferent tables using SQL query Pin
khalidd14-Sep-08 21:46
khalidd14-Sep-08 21:46 
QuestionSELECT COUNT returns 2 answers. Pin
Sunset Towers12-Sep-08 12:36
Sunset Towers12-Sep-08 12:36 
AnswerRe: SELECT COUNT returns 2 answers. Pin
Eslam Afifi12-Sep-08 12:58
Eslam Afifi12-Sep-08 12:58 
QuestionDupicate [modified] Pin
Bassam Saoud12-Sep-08 5:52
Bassam Saoud12-Sep-08 5:52 

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.