# 1066 - Nicht eindeutige Tabelle / Alias:

Kannst du mir bitte helfen? Ich habe diese SQL-Abfrage:

SELECT l.url 
FROM (b INNER JOIN links ON b.parent_id = l.id) 
INNER JOIN b ON l.id = b.link 
WHERE l.url LIKE 'http://domain%' LIMIT 0, 30

Und irgendwie heißt es

#1066 - Not unique table/alias: b

Antworten auf die Frage(2)

Ihre Antwort auf die Frage