[TYPO3-dev] Problem with long strings in tt_content (Oracle)

Malte Jansen mail at maltejansen.de
Fri Dec 7 11:04:44 CET 2007


Moreno Feltscher schrieb:
> On Dec 6, 2007 6:11 PM, Martin Kutschker
> <Martin.Kutschker at n0spam-blackbox.net> wrote:
>> Moreno Feltscher schrieb:
>>> But... aren't there any INNER/RIGHT/LEFT JOINs in the core's core?
>> Only a few "LEFT OUTER JOIN"s, all other joins are ",".
> What do you mean wit ",". Can you please an example? Thanks
> 
> Moreno


Hi,

Here is a small example:

SELECT a.title, b.xyz
FROM table1 a, table2 b
WHERE a.id = b.table1_id

Cheers,

Malte




More information about the TYPO3-dev mailing list