Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 get feilds with length < 8

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2000-10-22 : 23:10:05
Andy writes "How do I setup a query that will only show me if a database table field is a certain length? I.e.,
select employee_id
from table
where employee_id < (8 characters long)

Thanks !"
   

- Advertisement -