Thomas Peterson schrieb: > Hello, > > The Function (function UPDATEquery($table,$where,$fields_values)) make the > query SQL-injection-safe. > But i will be increment a value with Row1=Row1+1. > > What can i do? You can use your own selections with $TYPO3_DB->sql_query($query). Masi