On 4 Dec 2018, at 4:57am, Prajeesh Prakash <prajeeshprakash@elear.solutions> 
wrote:

> How we can find the number of record that newly added to the table once after 
> the new recorded added(Just for a verification).

Either as an API function or as a SQL function:

<https://sqlite.org/c3ref/changes.html>

<https://sqlite.org/lang_corefunc.html#changes>

If changes have consequences you might prefer

<https://sqlite.org/c3ref/total_changes.html>

<https://sqlite.org/lang_corefunc.html#total_changes>

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to