Forum

anuragkumar
Participant
    6 years, 6 months ago #15567
    Up
    0
    Down
    ::

    Hi Team, @chris,
    Will the above code snippet with below command apply for Sqlite db as well:
    SELECT LAST_INSERT_ID();

    Because I have a connector created with below inputs:
    “mode”:”query”,
    “request”:”SELECT LAST_INSERT_ID()”;

    But it give below error message;

    {
    “message”: “[SQLITE_ERROR] SQL error or missing database (no such function: LAST_INSERT_ID)”,
    “success”: false
    }

    Please have a check and kindly suggest.

    Regards
    Anurag