Viewing 3 posts - 196 through 198 (of 198 total)
Assuming that tblTest contains your sample data:
SELECT distinct t1.Cia,t1.Emple,t2
November 29, 2006 at 8:16 pm
#674836
SET QUOTED_IDENTIFIER off
select * from table1 where name like "%'%"
This should work fine.
September 20, 2004 at 6:53 pm
#523730
Excellent article! You must have a lot of experience in IT field.
September 16, 2004 at 12:38 am
#523268