摘要:
Mybatis对应的java和数据库的数据类型,最后有图片 Mybatis java SQL integer int OR Integer INTEGER long long OR java.lang.Long BIGINT short short OR java.lang.Short SMALLI 阅读全文
摘要:
一、正确的方式: @Select("select * from `test`.loan_link where link_name like concat('%',#{linkName},'%') order by add_time desc") List<LoanLinkEntity> queryB 阅读全文
摘要:
Mysql 查看表注释或字段注释查看所有表的注释 SELECT table_name 表名, table_comment 表说明 FROM information_schema. TABLES WHERE table_schema = '数据库名' ORDER BY table_name ; 查询所 阅读全文