Click here to Skip to main content
15,927,055 members
Home / Discussions / Database
   

Database

 
GeneralRe: A really stupid problem with SQL Pin
Dan Pomerchik2-Apr-02 14:22
Dan Pomerchik2-Apr-02 14:22 
GeneralRe: A really stupid problem with SQL Pin
5-Apr-02 1:47
suss5-Apr-02 1:47 
GeneralRe: A really stupid problem with SQL Pin
Nick Parker5-Apr-02 1:49
protectorNick Parker5-Apr-02 1:49 
GeneralRe: A really stupid problem with SQL Pin
Dan Pomerchik7-Apr-02 6:45
Dan Pomerchik7-Apr-02 6:45 
GeneralRe: A really stupid problem with SQL Pin
James T. Johnson5-Apr-02 2:27
James T. Johnson5-Apr-02 2:27 
GeneralRe: A really stupid problem with SQL Pin
Carlos Antollini5-Apr-02 3:28
Carlos Antollini5-Apr-02 3:28 
GeneralRe: A really stupid problem with SQL Pin
Mazdak5-Apr-02 3:55
Mazdak5-Apr-02 3:55 
GeneralRe: A really stupid problem with SQL Pin
Carlos Antollini5-Apr-02 5:52
Carlos Antollini5-Apr-02 5:52 
Mazy It's True... Blush | :O

I found the following:

Kind of match Pattern Match (returns True) No match (returns False)
Multiple characters a*a aa, aBa, aBBBa
*ab* abc, AABB, Xab aZb, bac
Special character a[*]a a*a aaa
Multiple characters ab* abcdefg, abc cab, aab
Single character a?a aaa, a3a, aBa aBBBa
Single digit a#a a0a, a1a, a2a aaa, a10a
Range of characters [a-z] f, p, j 2, &
Outside a range [!a-z] 9, &, % b, a
Not a digit [!0-9] A, a, &, ~ 0, 1, 9
Combined a[!b-m]# An9, az0, a99 abc, aj0


Best Regards....;)

Carlos Antollini.
Sonork ID 100.10529 cantollini
GeneralRe: A really stupid problem with SQL Pin
Nick Parker5-Apr-02 7:06
protectorNick Parker5-Apr-02 7:06 
GeneralRe: A really stupid problem with SQL Pin
Dan Pomerchik7-Apr-02 6:42
Dan Pomerchik7-Apr-02 6:42 
GeneralRe: A really stupid problem with SQL Pin
Dan Pomerchik7-Apr-02 6:47
Dan Pomerchik7-Apr-02 6:47 
GeneralXP_SENDMAIL : HELP! Pin
1-Apr-02 10:26
suss1-Apr-02 10:26 
GeneralINSERT INTO problem - please!! Pin
Andrew Peace1-Apr-02 9:04
Andrew Peace1-Apr-02 9:04 
GeneralRe: INSERT INTO problem - please!! Pin
1-Apr-02 9:30
suss1-Apr-02 9:30 
GeneralRe: INSERT INTO problem - please!! Pin
Andrew Peace1-Apr-02 10:06
Andrew Peace1-Apr-02 10:06 
GeneralRe: INSERT INTO problem - please!! Pin
Bruce Duncan2-Apr-02 8:40
Bruce Duncan2-Apr-02 8:40 
GeneralWriting Stored Procedures Pin
Michael P Butler1-Apr-02 1:19
Michael P Butler1-Apr-02 1:19 
GeneralRe: Writing Stored Procedures Pin
Mazdak1-Apr-02 1:32
Mazdak1-Apr-02 1:32 
GeneralRe: Writing Stored Procedures Pin
Michael P Butler1-Apr-02 1:41
Michael P Butler1-Apr-02 1:41 
GeneralRe: Writing Stored Procedures Pin
Mazdak1-Apr-02 4:39
Mazdak1-Apr-02 4:39 
GeneralRe: Writing Stored Procedures Pin
AndyG1-Apr-02 4:34
AndyG1-Apr-02 4:34 
GeneralRe: Writing Stored Procedures Pin
Michael P Butler1-Apr-02 8:46
Michael P Butler1-Apr-02 8:46 
GeneralADO problem Pin
milan31-Mar-02 17:44
milan31-Mar-02 17:44 
GeneralRe: ADO problem Pin
Wanderley M1-Apr-02 3:16
Wanderley M1-Apr-02 3:16 
GeneralMSDE users and passwords Pin
Lockhart31-Mar-02 9:47
Lockhart31-Mar-02 9:47 

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.