9 Dec
2015
9 Dec
'15
3:32 p.m.
On Dec 9, 2015, at 3:24 PM, Marcin <marcin@nicram.net> wrote:
Hi In accounting section i'd like to run at least two quieries to database but when i write: #v+ start { query = "INSERT INTO one ..." query = "INSERT INTO two ..." }
only this first is executed :/ how to execute more than one query?
Configure two SQL modules. Or, have a stored procedure on the SQL server which does the two inserts, and run the procedure from FreeRADIUS. Alan DeKok.