C
|
cgphp 8/18/2012 |
Are you using Mysql? It doesn't support FULL OUTER JOIN but you can simulate it. |
P
|
procheck author 8/18/2012 |
Yes I am using MySQL. I thought that PHPRunner was simulating it. That explains my error. I've just been playing around with ways to do the following in PHPRunner. I have something like this working using Javascript, but it's slow and it started giving me an error in version 6.1 so I thought it would be a good time to revisit this. This union gives the different players between two users. I cannot use Distinct or Group By because it still includes the duplicates in the result. I was also looking at creating a MySQL view but I cannot use variables so the I started playing around with the Outer Join. |