Bundle
Bundle 前缀用于包括外部文件(如图片或声音文件)或连接至字段值的对象,以便使其存储到
Syntax:
Bundle [Info] ( loadstatement | selectstatement)
为了保持易移性,可以将外部文件包括在
info 前缀可通过图表 info 函数以常规 info 前缀形式,或通过特殊语法
Arguments:
参数 | 说明 |
---|---|
loadstatement | selectstatement | 如果一条外部信息(如图片或声音文件)将要连接至字段值,这可以在通过 Info 前缀加载的表格中完成。 当使用 Bundle 时,可以忽略 Info 前缀。 |
Example:
Bundle Info LOAD * From flagoecd.csv;
Bundle SQL SELECT * from infotable;