<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум PHP-MyAdmin.RU &mdash; sql help]]></title>
	<link rel="self" href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=4732&amp;type=atom" />
	<updated>2019-05-14T17:14:31Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.php-myadmin.ru/viewtopic.php?id=4732</id>
		<entry>
			<title type="html"><![CDATA[sql help]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=28023#p28023" />
			<content type="html"><![CDATA[<p>Найдите бренды, у которых средняя цена товара выше, чем средняя цена всех товаров.<br />что здесь не так??</p><p>select marke , avg(PREIS) as d_preis<br />from ARTIKEL<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(select avg(PREIS)<br />&nbsp; &nbsp; from ARTIKEL) as p<br />group by marke<br />having d_preis&nbsp; &gt; p<br />order by avg(PREIS) ;</p>]]></content>
			<author>
				<name><![CDATA[margo11]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=11053</uri>
			</author>
			<updated>2019-05-14T17:14:31Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=28023#p28023</id>
		</entry>
</feed>
