[TYPO3-dev] ext sys_action

Andreas Otto andreas.otto at dkd.de
Tue Aug 21 17:11:02 CEST 2007


Hi Steffen,

Steffen Kamper wrote:
> i tried first time to make an action "SQL-Query", goal was to make an
> action for empty index-tables.

I can't follow you. Can you explain what kind of query you tried?

The action itself works still fine in 4.1.x:

Sample sql query with action
Type:   SQL-query
Description:    Just a sample sql query which gets executed by an action.

Result of query
uid     username        
1       test    
12345   a.otto  
12346   test0   
12347   test1   
12348   test2   
12349   test3   
12350   test4   
12351   test5   
SELECT uid,username,pid,deleted
                        FROM fe_users
                        WHERE
                                (
fe_users.username LIKE '%%')
                        LIMIT 100


Cheers,
Andreas






More information about the TYPO3-dev mailing list