Project

General

Profile

Actions

Bug #15307

closed

SQL parser cannot handle table aliases when using AS keyword

Added by Karsten Dambekalns over 18 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2005-12-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When using a table alias in a query this only works if one is not using the AS keyword:
SELECT * FROM table alias -> works
SELECT * FROM table AS alias -> does not work

(issue imported from #M2088)

No data to display

Actions

Also available in: Atom PDF