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;