JNSimba commented on code in PR #1823:
URL: https://github.com/apache/doris-website/pull/1823#discussion_r1921733847
##########
docs/sql-manual/sql-statements/Data-Definition-Statements/Alter/ALTER-RESOURCE.md:
##########
@@ -24,37 +25,38 @@ specific language governing permissions and limitations
under the License.
-->
-## ALTER-RESOURCE
-
-### Name
+## Description
-ALTER RESOURCE
+This statement is used to modify an existing resource. Only the root or admin
user can modify resources.
-### Description
+## Syntax
-This statement is used to modify an existing resource. Only the root or admin
user can modify resources.
-Syntax:
```sql
ALTER RESOURCE 'resource_name'
-PROPERTIES ("key"="value", ...);
+PROPERTIES (
+ "key"="value",
+ ...
+);
Review Comment:
这里引导在Create页面查看了
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]