<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — systypes.inc error?]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5142&amp;type=atom" />
	<updated>2014-09-05T22:41:38Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5142</id>
		<entry>
			<title type="html"><![CDATA[Re: systypes.inc error?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20688#p20688" />
			<content type="html"><![CDATA[<p>I can agree that it looks better with AS, but it is not needed in mysql.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2014-09-05T22:41:38Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20688#p20688</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[systypes.inc error?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20683#p20683" />
			<content type="html"><![CDATA[<p>Is there something wrong in Line 34 of <strong>includes/systypes.inc</strong> ?</p><div class="codebox"><pre><code>    $sql = &quot;SELECT max(last_no) last_no FROM ($sql1 UNION $sql2) a&quot;;</code></pre></div><p>Should it not be (inserted <strong>AS</strong>):</p><div class="codebox"><pre><code>    $sql = &quot;SELECT max(last_no) AS last_no FROM ($sql1 UNION $sql2) a&quot;;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-09-05T18:40:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20683#p20683</id>
		</entry>
</feed>
