PI SQL 语句

Posted panie2015

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PI SQL 语句相关的知识,希望对你有一定的参考价值。

insert [piarchive]..[picomp2](tag,time,value) values(‘ppnie_test‘,‘t‘,100)

INSERT into pipoint..classic (tag, pointtypex,engunits) VALUES (‘ppnie_test‘, ‘float32‘,‘℃‘);

select * from [piarchive]..[picomp2] where tag=‘ppnie_test‘

-- Deletes the "TestTag2".
DELETE pipoint..classic WHERE tag = ‘ppnie_test‘

select * from pipoint..classic  WHERE tag = ‘ppnie_test‘










以上是关于PI SQL 语句的主要内容,如果未能解决你的问题,请参考以下文章