pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
3 sec ago
Untitled
8 sec ago
crud_model
10 sec ago
Watch Geordie Shore Sea...
26 sec ago
Untitled
14 sec ago
##REpon##Detroit Red Wi...
31 sec ago
Untitled
19 sec ago
Untitled
19 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 18th, 2010 | Syntax:
None
| Size: 0.26 KB | Hits: 65 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
$query->createQuery(...)
->addSelect(..)
->->addSelect('(
SELECT SUM(x)
FROM Foo
...
)
AS sqResult
')
...
->andWhere('sqResult > 0')
create new paste
|
create new version of this paste
RAW Paste Data
$query->createQuery(...) ->addSelect(..) ->->addSelect('( SELECT SUM(x) FROM Foo ... ) AS sqResult ') ... ->andWhere('sqResult > 0')