DATABASE('Data Source=PostgreSQL35W;');
DBEXECUTE('select * from work.position where hold=66666;');
cc:DBVALUE('hold');
MSGOUT(1,numtostr(cc,0));
执行的话总是显示第3行显示错误,也就是DBVALUE('hold');报的错,插入数据能插入,但是查询总是解释错误,请问这个应该怎么弄?
DBEXECUTE('select * from work.position where hold=66666');
是不是666后面多了个分号