test_sql.go 74 B

12345
  1. package dpsapi
  2. const (
  3. sqlSelect = `select * from t where id = 'aaa'`
  4. )