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

Database

 
QuestionHow do you increment a temporary table? Pin
DFlat4Now3-Jul-09 8:07
DFlat4Now3-Jul-09 8:07 
AnswerRe: How do you increment a temporary table? Pin
Niladri_Biswas4-Jul-09 3:37
Niladri_Biswas4-Jul-09 3:37 
GeneralRe: How do you increment a temporary table? Pin
DFlat4Now4-Jul-09 5:55
DFlat4Now4-Jul-09 5:55 
AnswerRe: How do you increment a temporary table? Pin
Mycroft Holmes4-Jul-09 23:38
professionalMycroft Holmes4-Jul-09 23:38 
QuestionOnline Database and Forum, where to start? Beginner* Pin
rbwest863-Jul-09 5:44
rbwest863-Jul-09 5:44 
AnswerRe: Online Database and Forum, where to start? Beginner* Pin
David Mujica4-Jul-09 2:31
David Mujica4-Jul-09 2:31 
QuestionProblem with SQL Pin
Sider893-Jul-09 4:27
Sider893-Jul-09 4:27 
AnswerRe: Problem with SQL Pin
Blue_Boy3-Jul-09 4:55
Blue_Boy3-Jul-09 4:55 
Hope this will help you.

select  customers.*,
(select top 1 users.username from users where users.username=customers.forename) as UsersTableUserName
 from customers where username='John' and Email='xxxx@yahoo.com' 



I Love T-SQL
"Don't torture yourself,let the life to do it for you."
If my post helps you kindly save my time by voting my post.


AnswerRe: Problem with SQL Pin
Niladri_Biswas3-Jul-09 18:45
Niladri_Biswas3-Jul-09 18:45 
QuestionCheck Which rows are changed Pin
avi_dadi20023-Jul-09 0:38
avi_dadi20023-Jul-09 0:38 
AnswerRe: Check Which rows are changed Pin
Henry Minute3-Jul-09 1:59
Henry Minute3-Jul-09 1:59 
GeneralRe: Check Which rows are changed Pin
avi_dadi20023-Jul-09 9:28
avi_dadi20023-Jul-09 9:28 
GeneralRe: Check Which rows are changed Pin
Henry Minute3-Jul-09 9:50
Henry Minute3-Jul-09 9:50 
GeneralRe: Check Which rows are changed Pin
avi_dadi20023-Jul-09 20:12
avi_dadi20023-Jul-09 20:12 
AnswerRe: Check Which rows are changed Pin
Niladri_Biswas4-Jul-09 2:17
Niladri_Biswas4-Jul-09 2:17 
QuestionHow to modify the SP in case of multiple row data into single row Pin
Krishna Aditya2-Jul-09 23:44
Krishna Aditya2-Jul-09 23:44 
AnswerRe: How to modify the SP in case of multiple row data into single row Pin
Niladri_Biswas3-Jul-09 6:24
Niladri_Biswas3-Jul-09 6:24 
GeneralRe: How to modify the SP in case of multiple row data into single row Pin
Krishna Aditya9-Jul-09 3:50
Krishna Aditya9-Jul-09 3:50 
GeneralLike Command in SQL Server 2005 Pin
Isaac Gordon2-Jul-09 23:24
Isaac Gordon2-Jul-09 23:24 
GeneralRe: Like Command in SQL Server 2005 Pin
Eddy Vluggen3-Jul-09 1:17
professionalEddy Vluggen3-Jul-09 1:17 
GeneralRe: Like Command in SQL Server 2005 Pin
David Skelly3-Jul-09 2:17
David Skelly3-Jul-09 2:17 
GeneralRe: Like Command in SQL Server 2005 Pin
Niladri_Biswas3-Jul-09 7:15
Niladri_Biswas3-Jul-09 7:15 
GeneralRe: Like Command in SQL Server 2005 Pin
Isaac Gordon3-Jul-09 19:08
Isaac Gordon3-Jul-09 19:08 
GeneralRe: Like Command in SQL Server 2005 Pin
Niladri_Biswas4-Jul-09 4:49
Niladri_Biswas4-Jul-09 4:49 
Questiontrigger on system tables Pin
sunit_822-Jul-09 22:54
sunit_822-Jul-09 22:54 

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.