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

Database

 
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 
GeneralRe: copy data from three different tables to one table Pin
justintimberlake15-Sep-08 2:26
justintimberlake15-Sep-08 2:26 
QuestionSql Update Trigger Pin
Jesu Prabhu.J14-Sep-08 21:18
Jesu Prabhu.J14-Sep-08 21:18 
AnswerRe: Sql Update Trigger Pin
Ashfield14-Sep-08 22:19
Ashfield14-Sep-08 22:19 
GeneralRe: Sql Update Trigger Pin
Jesu Prabhu.J14-Sep-08 22:34
Jesu Prabhu.J14-Sep-08 22:34 
GeneralRe: Sql Update Trigger Pin
Ashfield14-Sep-08 23:10
Ashfield14-Sep-08 23:10 
QuestionHow to store symbols like sigma, integral etc in sql server 2000 Pin
Jesu Prabhu.J14-Sep-08 20:49
Jesu Prabhu.J14-Sep-08 20:49 
AnswerRe: How to store symbols like sigma, integral etc in sql server 2000 Pin
razov15-Sep-08 0:32
razov15-Sep-08 0:32 

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.