其中specrow是numeric, 3位
ssql := "select * from table1 where type = 'p' and shop_code = 'abc' and 
         specrow = 9999"
能得到正确结果吗?还有
ssql := "select * from table1 where type = 'p' and shop_code = 'abc' and pon = 'aaa' and 
         specrow = 9999"这里的pon = 'aaa'  是不是 qon = 'aaa'呀