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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org