select @@identity from LP_TeamLessonPlan
select SCOPE_IDENTITY() as id from LP_TeamLessonPlan
select max(id) from LP_TeamLessonPlan
SELECT IDENT_CURRENT('LP_TeamLessonPlan') AS ID