Pat12
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 4 articles for 0.303 sec
* Crossposted in RU.SHELL.DN.DEVEL * Crossposted in RU.DOS * Crossposted in SU.OS2.APPS * Crossposted in SU.OS2.NEWS Привет, All! Сабж, на http://dn2.byte.nsk.su/ DN2S/DOC/RUSSIAN/news212.txt - основные отличия от DN/2 2.11 DN2S/DOC/ENGLISH/news212.txt - the main differences between 2.12 and 2.11 dn2o212.rar - исполнимые OS/2 dn2w212.rar - исполнимые Win32 dn2d212.rar - исполнимые     

Group: fido7.ru.shell.dn · Group Profile · Search for Pat12 in fido7.ru.shell.dn
Author: Alexey Korop
Date: Mar 7, 2007 15:24

just to be sure we are on same page... in Q1, what is subquery doing? (select max(c.price_start_date) from table2 As d INNER JOIN table1 as c ON d.Days = c.price_start_date where c.shop=a.shop and c.product_nb=a.product_nb) it is saying... for a specific shop and product_nb in the outer query, what was the latest price_start_date in the records in table1 for that specific shop
Show full article (0.82Kb)
What was I thinking...you can't get all days with LEFT JOIN while filtering on the inner table. Argh... Divide-and-conquer Q1: 'first filter inner table Select a.product_nb, a.price_start_date, a.shop, a.price from table1 AS a where a.price_start_date= (select max(c.price_start_date) from table2 As d INNER JOIN table1 as c ON d.Days = c.price_start_date where c.shop=a     

Group: microsoft.public.access.queries · Group Profile · Search for Pat12 in microsoft.public.access.queries
Author: Gary Walter
Date: Feb 27, 2007 06:28

pat12@poczta.onet.pl wrote: There is two tables: 1. product_nb;price_start_date;shop;price 2. Days (dates from two months day par day) I try to get the info about the price for each shop and each product for each day from second table Here is my query: Select a.product_nb,b.days,a.price_start_date,a.shop, a.price from table1 as a,table2 as b where
Show full article (2.78Kb)
    

Group: microsoft.public.access.queries · Group Profile · Search for Pat12 in microsoft.public.access.queries
Author: Gary Walter
Date: Feb 27, 2007 05:40

Show full article (1.79Kb) · Show article thread
    

Group: microsoft.public.access.queries · Group Profile · Search for Pat12 in microsoft.public.access.queries
Author: Gary Walter
Date: Feb 27, 2007 05:31

Show full article (1.07Kb)