How to get query result from two tables...

2007-03-16 Thread aljosa
result on certain date with right QTY on that date and also right Value on that date (or most nearest value). Tahnks... -- View this message in context: http://www.nabble.com/How-to-get-query-result-from-two-tables...-tf3416593.html#a9521748 Sent from the MySQL - General mailing list archive at

Re: How to get query result...

2007-02-28 Thread Peter Brawley
What I want is to get next result: Col.B | Col.A | Desription not in result query A | -8 | -10-(-2) B | -2 | -3-(-1) You need an ordering key; otherwise order is indeterminate. Still, comparisons based on row sequence are often easier to code in the application. A SQL hack is possible, but it

How to get query result...

2007-02-27 Thread aljosa
Have a problem with result Col.A. Thanks -- View this message in context: http://www.nabble.com/How-to-get-query-result...-tf3307074.html#a9198779 Sent from the MySQL - General mailing list archive at Nabble.com. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To