标签: sqlite
如何在SQLite查询中使用变量?
select tom from test; #tom is a field in my database,it is ok
我该如何表达意思?
name="tom" select name from test;