- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Microsoft Ax技术培训.ppt
Menu Menu由部分菜单项组成 Demo 谢谢大家!MSN:zhaobinzhang99@E-mail:zhangcb@ 结束 * * 具体功能介绍 Query模型: 直接查询 select 查询方式 select [reverse] [firstfast] [firstonly] [forupdate] [nofetch] [nolock] [forceliterals | forceplaceholders] [forcenestedloop] [forceselectorder] [ * | fieldlist from] tablebuffer [ index [hint] indexname ] [ group by {field} ] [ order by {field [desc]} ] [ where expression ] [ [ outer | exists | notexists ] join [reverse] [ * | fieldlist from] tablebuffer [ index indexname ] [ group by {field} ] [ order by {field [desc]} ] [ where expression ] ] fieldlist ::= field | fieldlist , field field ::= fieldname | function(field) function ::= sum | avg | minof | maxof | count 注意 :从效率上考虑,少用嵌套,多用连接(join) 关键字说明 firstfast Speeds up the fetch. This is a priority hint that means that the first row will appear quicker but the total return time for this option may be slower. A typical use of the option is for dialog updates. firstonly Speeds up the fetch. This gets MorphX to only fetch the first record. forupdate Selects records exclusively for update. The operation to be performed on the records that are fetched is an update. Depending on the underlying database, the records may be locked for other users. sum Returns the sum of the fields from the rows given by the group by clause. Can be used to sum all accounts, order lines etc. avg Returns the average of the fields from the rows given by the group by clause. minof Returns the minimum of the fields from the rows given by the group by clause. maxof Returns the maximum of the fields from the rows given by the group by clause. count Returns the number of fields from the rows given by the group by clause. order by Instructs the database to sort the selected records by fields in the order by list group by Instructs the database to group selected records by fields in the order by list asc An option on the order by or group by clause. The sorting is ascending. desc A
文档评论(0)