Jump to content

SELECT.. AND..


Guest eunie80

Recommended Posts

Guest eunie80

hello people =)i have a question which i can't solve. please help me =)let say there is a table name "DOC" and there are 5 entities, like"name" "add" "phone" "gender" "remark"so i am looking for the remark = hellothen i use sql as select * from doc where remark = 'hello', right?but when i do it, it also shows me remark is hel too. (partial of hello)i want to see the records that has exactly HELLO on remark. how do i fix this up?

Link to comment
Share on other sites

it should not be showing any records that do not have remarks='hello' ... it should not be showing partials.What is the full structure/contents of the table and what is the exact query you are using????

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...