This statement is used to display resources that the user has permission to use. Ordinary users can only display resources with permission, and root or admin users will display all resources.
illustrate:
- If NAME LIKE is used, it will match Resource whose Name contains name_matcher in RESOURCES
- If NAME = is used, it will match the specified Name exactly
- If RESOURCETYPE is specified, match the corresponding Resrouce type
- You can use ORDER BY to sort on any combination of columns
- If OFFSET is specified, the query results are displayed starting at offset offset. By default the offset is 0.
Display the specified Resource, the name contains the string “20140102”, and display 10 attributes