Trying to find the right SQL statement in a #typo3 #typoscript #databaseprocessor configuration within the #adminpanel can be pain in the arse. πŸ€• But there's a simple trick to speed up your search: add a table alias to your query. This will make it easier to identify the specific query you need.

Pro tip: Use meaningful aliases to improve readability ;)