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)
 search problem

Author  Topic 

chrlow
Starting Member

2 Posts

Posted - 2001-10-15 : 06:37:46
Hi, there! I have a problem doing the select statement.

Example:
select * from skills where skill_id="PHP" and skill_id="java";

I don't get any datasets back unless i change it to "OR"??

Can some one tell me what to do?

**notice that: I use back the *skill_id* as a search condition.


   

- Advertisement -