摘要:
语法:@IsMember( textValue ; textListValue )@IsMember( textListValue1 ; textListValue2 )说明:只要第一个参数是第二个参数的子项或者与第二项准确匹配,即返回1;否则返回2。 阅读全文
摘要:
The IBM® Lotus® Notes®-generated field $KeepPrivate captures whether the current user has replicate or copy privileges for the document. This setting applies only to Notes clients. 阅读全文
摘要:
insert语句搭配select语句,可以从一个表中取出现成的记录,来输入到另一个表中,而且一次可以新增多笔记录。语法格式如下:INTERET [INTO] table name[(column list)] SELECT_statemneteg,INSERT语句搭配EXEC语句来使用,与SELECT不同的是EXEC语句执行的是存储过程。 INTERET [INTO] table name[(co... 阅读全文