Forums

Get Latest ID

Yudhizth 19 Jun, 2015
Dear all,

I have two tables that have relations with id.

tbl_t_permohonan

id_permohonan
tgl_permohonan


------------------------

tbl_t_pemohon

id_pemohon
id_permohonan

------------------------

the question is, how to get the latest id_permohonan from tbl_t_permohonan and saving to tbl_t_pemohon?

Thanks🙂
This topic is locked and no more replies can be posted.