Student表有3个字段:id,name,age 看这两个SQL语句 (1)select name from student order by id; (2)select distinct(name) from student order by id; 执行结果你可能会说: 第1句返回以id排序的所有name字段 第2句返回以id排序的所有不重复的name字段. 但是执行结果不是这样的,第2句会报ORA-01791: not a SELECTed expression 原因: 一般来说,ord…
General Shortcut Description Ctrl-X or Shift-Delete Cuts the currently selected item to the clipboard Ctrl-C or Ctrl-Insert Copies the currently selected item to the clipboard Ctrl-V or Shift-Insert Pastes the item in the clipboard at the cursor Ctrl…
https://msdn.microsoft.com/en-us/library/ms157328(v=SQL.100).aspx Expressions are used frequently in reports to control content and report appearance. Expressions are written in Microsoft Visual Basic, and can use built-in functions, custom code, glo…
Microsoft Word Regular Expression Word裏的正則表達式-不一樣的符號. 一.Normal Find and Replace 二.Search by using wildcards/利用通配符(*)搜索 1.Expressions in wildcards searches Use parentheses ( ) to create groups of wildcard characters and text in the Find What box, and…