Lucee Function Reference

querysetcell()

Sets a cell to a value. If no row number is specified,
the cell on the last row is set.

Example

querysetcell(query query,string column_name,any value,[number row_number]):boolean

Category

query

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Default Value Description
query query  Yes   Name of an executed query.  
column_name string  Yes    
value any  Yes    
row_number number  No -9999