1 select cardId(字段)+1 from card(表) where cardId = (select max(cardId) from card)(子查询)