Click here to Skip to main content
15,860,861 members
Home / Discussions / Database
   

Database

 
GeneralRe: Displaying SSRS Reports Pin
Chris Meech8-Aug-11 10:07
Chris Meech8-Aug-11 10:07 
GeneralRe: Displaying SSRS Reports Pin
Pradeep Shukla8-Aug-11 10:29
professionalPradeep Shukla8-Aug-11 10:29 
QuestionAlphanumerical sorting for SQL Server CE [modified] Pin
jtpaa3-Aug-11 23:55
jtpaa3-Aug-11 23:55 
AnswerRe: Alphanumerical sorting for SQL Server CE Pin
Blue_Boy4-Aug-11 2:49
Blue_Boy4-Aug-11 2:49 
GeneralRe: Alphanumerical sorting for SQL Server CE Pin
jtpaa4-Aug-11 4:31
jtpaa4-Aug-11 4:31 
Questionsql command error [modified] Pin
khosnur3-Aug-11 21:30
khosnur3-Aug-11 21:30 
AnswerRe: sql command error Pin
Simon_Whale3-Aug-11 22:44
Simon_Whale3-Aug-11 22:44 
AnswerRe: sql command error Pin
Shameel3-Aug-11 23:07
professionalShameel3-Aug-11 23:07 
You haven't mentioned what database you are using. For MS SQL Server, it would be:
SQL
SELECT * FROM Customers WHERE SUBSTRING(CompanyName,2,1) NOT IN ('a', 'e', 'i', 'o', 'u')

GeneralRe: sql command error Pin
Tim Carmichael4-Aug-11 1:19
Tim Carmichael4-Aug-11 1:19 
GeneralRe: sql command error Pin
PIEBALDconsult4-Aug-11 3:04
mvePIEBALDconsult4-Aug-11 3:04 
GeneralRe: sql command error Pin
Tim Carmichael4-Aug-11 3:21
Tim Carmichael4-Aug-11 3:21 
GeneralRe: sql command error Pin
GenJerDan4-Aug-11 4:51
GenJerDan4-Aug-11 4:51 
GeneralRe: sql command error Pin
jschell4-Aug-11 8:27
jschell4-Aug-11 8:27 
GeneralRe: sql command error Pin
PIEBALDconsult4-Aug-11 14:29
mvePIEBALDconsult4-Aug-11 14:29 
GeneralRe: sql command error Pin
PIEBALDconsult4-Aug-11 14:33
mvePIEBALDconsult4-Aug-11 14:33 
GeneralRe: sql command error Pin
Shameel4-Aug-11 4:58
professionalShameel4-Aug-11 4:58 
QuestionHow to get all reference of a column in a database. Pin
digvijay dobhal2-Aug-11 19:36
digvijay dobhal2-Aug-11 19:36 
AnswerRe: How to get all reference of a column in a database. Pin
Nagy Vilmos2-Aug-11 22:24
professionalNagy Vilmos2-Aug-11 22:24 
AnswerRe: How to get all reference of a column in a database. Pin
UNCRushFan3-Aug-11 1:43
UNCRushFan3-Aug-11 1:43 
GeneralRe: How to get all reference of a column in a database. Pin
digvijay dobhal3-Aug-11 1:51
digvijay dobhal3-Aug-11 1:51 
AnswerRe: How to get all reference of a column in a database. Pin
Shameel3-Aug-11 2:05
professionalShameel3-Aug-11 2:05 
GeneralRe: How to get all reference of a column in a database. Pin
UNCRushFan3-Aug-11 2:13
UNCRushFan3-Aug-11 2:13 
GeneralRe: How to get all reference of a column in a database. Pin
digvijay dobhal3-Aug-11 2:42
digvijay dobhal3-Aug-11 2:42 
Questionmysql SELECT WHERE Pin
samson radu2-Aug-11 1:33
samson radu2-Aug-11 1:33 
AnswerRe: mysql SELECT WHERE Pin
Luc Pattyn2-Aug-11 2:02
sitebuilderLuc Pattyn2-Aug-11 2:02 

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.