Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "J.O. Aho" Newsgroups: alt.php.sql,alt.comp.lang.php Subject: Re: PHP class based database system with some sql features(some queries) Date: Mon, 4 May 2020 15:21:59 +0200 Lines: 17 Message-ID: References: <7f7c9834-7067-4985-9115-07f5a98f9f69@googlegroups.com> <6d01fd9a-4116-4d76-8aa4-9ba6303272fb@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net 03DplenXS8zWBw+d9BmfCQSDdB5A4tz76/qClbR5geKNSDhh97 Cancel-Lock: sha1:E/B3KRcUPNK7lmfftJgfIjys5T8= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 In-Reply-To: Content-Language: en-US-large Xref: csiph.com alt.php.sql:33 alt.comp.lang.php:26 On 04/05/2020 10.33, kristjan1291983@gmail.com wrote: > SQL allowed queries: > > select * from classa; > select a from classa; > select * from classa join classb on (classa.a=classb.c); > select * from classa where a=abc and b=abcd; > select * from classa where a=abc; Great you have found a hobby, but please don't multipost the same message to multiple news groups, do a crosspost instead, that way everyone will be able of taking part of a conversation, also do not post the code it self, there are many good places to host the code which makes it easier to find the latest version, I would suggest github.com which is today the most popular one.