数据库表 动态SQL java类

    您可以键入“”作为一个参数,这里abc是参数的名称。例如:
    select * from table where id = ${abc}。
    select * from table where id = '${abc}'(如果id字段为字符串类型)

查询参数
查询数据列
[ 删除]
[ 删除]
[ 删除]