const string QUERY_SAMPLE = "SELECT * FROM test_table where name=?"; 如何绑定name="smith1"? 此时该如何绑定并得到结果?