Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #15565
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: sql with 3 tables |
| Date | 2015-07-05 11:18 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <mnbhq0$9fi$2@dont-email.me> (permalink) |
| References | <mnauin$3lj$1@speranza.aioe.org> <5s7mx.1583$sG4.1199@fx25.fr7> <mnbfn9$8vo$1@speranza.aioe.org> |
On 7/5/2015 10:41 AM, alex wrote: >> UPDATE >> a >> SET >> a.totale = a.aa + c.bb >> FROM >> a AS a, >> b AS b, >> c AS c >> WHERE >> a.id = c.id >> AND c.id = b.id >> AND b.x < c.y >> > > <snip> This is not a PHP issue - it is a database one. You will get much better help if you ask in a newsgroup related to the database you are using. -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
sql with 3 tables alex <alex@nomailno.it> - 2015-07-05 11:49 +0200
Re: sql with 3 tables adam <adam@nospam.net> - 2015-07-05 10:14 +0000
Re: sql with 3 tables alex <alex@nomailno.it> - 2015-07-05 12:36 +0200
Re: sql with 3 tables Luuk <luuk@invalid.lan> - 2015-07-05 19:06 +0200
Re: sql with 3 tables alex <alex@nomailno.it> - 2015-07-05 16:41 +0200
Re: sql with 3 tables Jerry Stuckle <jstucklex@attglobal.net> - 2015-07-05 11:18 -0400
Re: sql with 3 tables adam <adam@nospam.net> - 2015-07-05 17:14 +0000
Re: sql with 3 tables adam <adam@nospam.net> - 2015-07-05 17:28 +0000
Re: sql with 3 tables alex <alex@nomailno.it> - 2015-07-14 11:07 +0200
Re: sql with 3 tables Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-07-06 03:28 +0200
Re: sql with 3 tables alex <alex@nomailno.it> - 2015-07-05 18:07 +0200
csiph-web