If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > MySQL - What query to get a result

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-27-10, 16:09
andrzej_f andrzej_f is offline
Registered User
 
Join Date: Aug 2010
Posts: 4
MySQL - What query to get a result

Hello everybody

I think if there is any query to get some result
please find enclosed file. I suppose that is easier to understand my question
when you look in my picture.

thanks in advance
Andrzej
Attached Thumbnails
MySQL - What query to get a result-what_query.png  
Reply With Quote
  #2 (permalink)  
Old 10-28-10, 08:05
sid2986 sid2986 is offline
Registered User
 
Join Date: Oct 2010
Posts: 8
^^

Please, try to post your queries in order to atleast get a proper view about your problem; images in thumbnails just is not very proper.
Reply With Quote
  #3 (permalink)  
Old 10-28-10, 08:20
aflorin27 aflorin27 is offline
Registered User
 
Join Date: Apr 2008
Location: Iasi, Romania
Posts: 317
SELECT ...
FROM schedule
INNER JOIN treatment ON ...
LEFT JOIN invoice ON schedule.id_invoice = invoice.id_invoice
WHERE schedule.date ...
__________________
Florin Aparaschivei
Iasi, Romania
Reply With Quote
  #4 (permalink)  
Old 10-28-10, 16:20
andrzej_f andrzej_f is offline
Registered User
 
Join Date: Aug 2010
Posts: 4
thanks for your support "aflorin27",
finally I've found the solution but
your query is much more easier and the result is perfect.

by the way,
in case of my question 2 "Would be perfect to get .... " ( see my first post point 2. )
is not possible to get it by query ?
Attached Thumbnails
MySQL - What query to get a result-q_result.png  

Last edited by andrzej_f; 10-28-10 at 16:24.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On