[Typo3-dev] t3lib_befunc::deleteClause
Ingmar Schlecht
ingmar at typo3.org
Wed Mar 23 16:07:24 CET 2005
Daniel Pötzinger schrieb:
> Sometimes Alias are the only way to get an expected result, example
> joins beetween the same table. Something like that (find peoples with
> same name)
>
> select DISTINCT a.name from user as a, user as b where a.name=b.name AND
> a.uid<>b.uid
OK, thanks!
I think that's a striking argument in favour of implementing aliases.
Masi, can you check for other possible places where they should be
implemented?
- Ingmar
More information about the TYPO3-dev
mailing list