Jump to content

concat() Help with querry


thetylercox

Recommended Posts

I have the folloowing list

 

 

orderfrom                                          |Name

---------------

ClearVision, Oakley, I-Deal Optics      | ClearVision

ClearVision, Oakley, I-Deal Optics      |I-Deal Optics

ClearVision, Oakley, I-Deal Optics      |Oakley

 

I want a querry that doesnt show these if name is in orderfrom

 

example:

orderfrom                                          |Name

---------------

ClearVision, Oakley, I-Deal Optics      | ClearVision(Would NOT return this record)

ClearVision,                                        |I-Deal Optics(Would return this record)

ClearVision, ,                                      |Oakley(Would return this record)

 

I Tried the following! whats important is the very last part please over luck anything else you see as to its working!

 

SELECT * FROM `dist` JOIN `patientacct` ON `patientacct`.dist LIKE CONCAT('%', `dist`.name ,'%')
inner join `treasure` on `treasure`.`id` = `patientacct`.`id` where (status = 'To Order' and

This part is where I need help!(( `dist`.name not like CONCAT('%',`patientacct`.orderfrom,'%')) ))

order by `name` ASC

 

 

IN need of help thanks to all!

Going to eat will reply when i return if i get a helpful samaritan!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.