Note: Alternatively you can create a database trigger to capture every INSERT on your table and tell it to validate the data as XML using the XMLVALIDATE function before performing the INSERT.
注意:您也可以选择创建一个数据库触发器来捕捉表上的每个INSERT操作,并告诉它在执行INSERT之前使用XMLVALIDATE函数验证XML数据。
The module demonstrates how to prepare an INSERT statement that contains parameter markers using the odbc_prepare() function.
该模块演示了如何使用 odbc_prepare() 函数准备包含参数标志的 INSERT 语句。
The advantage of the insert statements with the XMLTABLE function over the annotated schema shred is generally better performance if the shredding is simple and the number of target tables is small.
相对于带注释的模式分解,这种使用xmltable函数的insert语句的优点是,如果分解比较简单,并且目标表的数量不多,这种方法通常可以取得更好的性能。
应用推荐