cliff7376
11-29-2001, 08:08 AM
how do i search for everything in my column that starts with 17p in SQL?
i tried '17p*' and it didn't work.
i tried '17p*' and it didn't work.
|
View Full Version : simple question cliff7376 11-29-2001, 08:08 AM how do i search for everything in my column that starts with 17p in SQL? i tried '17p*' and it didn't work. Jack Cowley 11-29-2001, 08:19 AM Like "17p*" |