Displaying 1 result from an estimated 1 matches for "9478a13d".
2013 Aug 20
2
Dialplan MySQL inserted ID
Hello,
how can I obtain the "inserted ID" after having inserted a row with
MySQL in the dialplan ?
exten => s,n,MYSQL(Query resultid ${connid} INSERT INTO myTable SET
C1="${ARG1}", C2="${ARG2}",
timestamp="${STRFTIME(${EPOCH},,%Y-%m-%d_%H:%M:%S)}")
I need to know the ID of the newly inserted row.
Kind regards,
Jonas.
-------------- next part