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