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

Database

 
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 
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 
Oh, well then...

You'll need two more tables:

CharacterClass
ID CharacterClass
1  Vowel
2  Consonant
3  Digit
4  Symbol
5  Whitespace

Character
Character CharacterClass
A         1
B         2
...


Then simply JOIN. Jig | [Dance]
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 
GeneralRe: mysql SELECT WHERE Pin
samson radu2-Aug-11 2:20
samson radu2-Aug-11 2:20 
AnswerRe: mysql SELECT WHERE Pin
Luc Pattyn2-Aug-11 2:28
sitebuilderLuc Pattyn2-Aug-11 2:28 

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.