Click here to Skip to main content
15,914,221 members
Home / Discussions / Database
   

Database

 
AnswerRe: help! Spliting Time spent on business hours and after hours Pin
Blue_Boy15-Sep-08 12:38
Blue_Boy15-Sep-08 12:38 
GeneralRe: help! Spliting Time spent on business hours and after hours [modified] Pin
CandyHe15-Sep-08 13:26
CandyHe15-Sep-08 13:26 
GeneralRe: help! Spliting Time spent on business hours and after hours Pin
Blue_Boy15-Sep-08 16:37
Blue_Boy15-Sep-08 16:37 
AnswerA different approach to storing time Pin
David Mujica16-Sep-08 5:36
David Mujica16-Sep-08 5:36 
GeneralRe: A different approach to storing time Pin
David Mujica16-Sep-08 5:55
David Mujica16-Sep-08 5:55 
QuestionChecking if a field exists in a table before adding it to another table Pin
Twyce15-Sep-08 10:38
Twyce15-Sep-08 10:38 
AnswerSounds like homework, but ... Pin
David Mujica15-Sep-08 10:57
David Mujica15-Sep-08 10:57 
AnswerRe: Checking if a field exists in a table before adding it to another table Pin
Blue_Boy15-Sep-08 11:31
Blue_Boy15-Sep-08 11:31 
AnswerRe: Checking if a field exists in a table before adding it to another table Pin
Pete O'Hanlon15-Sep-08 11:46
mvePete O'Hanlon15-Sep-08 11:46 
Questionanyone can give me sample syntax or code in update using mysql in c#?? Pin
cutedrew15-Sep-08 8:02
cutedrew15-Sep-08 8:02 
AnswerRe: anyone can give me sample syntax or code in update using mysql in c#?? Pin
Blue_Boy15-Sep-08 8:43
Blue_Boy15-Sep-08 8:43 
Questionrun SQL server scripts from inside a C# code Pin
Sabry190515-Sep-08 1:17
Sabry190515-Sep-08 1:17 
AnswerRe: run SQL server scripts from inside a C# code Pin
Ashfield15-Sep-08 1:21
Ashfield15-Sep-08 1:21 
GeneralCombining Like and In Pin
Brady Kelly15-Sep-08 0:49
Brady Kelly15-Sep-08 0:49 
GeneralRe: Combining Like and In Pin
Blue_Boy15-Sep-08 0:54
Blue_Boy15-Sep-08 0:54 
I think query should be something like this:
<br />
select * from tablename <br />
where ([Staff Number] like '%value%')<br />
or ([Staff Number] in ('value'))



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.


Questionmax date without repeat in query Pin
mahmoudinirat15-Sep-08 0:26
mahmoudinirat15-Sep-08 0:26 
AnswerRe: max date without repeat in query Pin
Blue_Boy15-Sep-08 0:41
Blue_Boy15-Sep-08 0:41 
AnswerRe: max date without repeat in query Pin
Ashfield15-Sep-08 1:15
Ashfield15-Sep-08 1:15 
Questioninline table function Pin
bdl15-Sep-08 0:22
bdl15-Sep-08 0:22 
AnswerRe: inline table function Pin
nelsonpaixao21-Sep-08 15:21
nelsonpaixao21-Sep-08 15:21 
Questioncopy data from three different tables to one table Pin
justintimberlake15-Sep-08 0:14
justintimberlake15-Sep-08 0:14 
AnswerRe: copy data from three different tables to one table Pin
Ashfield15-Sep-08 1:24
Ashfield15-Sep-08 1:24 
GeneralRe: copy data from three different tables to one table Pin
justintimberlake15-Sep-08 1:58
justintimberlake15-Sep-08 1:58 
GeneralRe: copy data from three different tables to one table Pin
Ashfield15-Sep-08 2:02
Ashfield15-Sep-08 2:02 
GeneralRe: copy data from three different tables to one table Pin
justintimberlake15-Sep-08 2:10
justintimberlake15-Sep-08 2:10 

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.