hi
i have a field with 4 record for example:
1,4,5,6
10,16,5
3,66,8
2,6,7
i want to selcet records where this field has 6 number.
for this example result must be select first and last reacord.
what is sql statment for this job?
select * from tablename where filedname ............?