云数据库 GaussDB-DELETE:语法格式

时间:2023-11-01 16:22:02

语法格式

[ WITH [ RECURSIVE ] with_query [, ...] ]DELETE [/*+ plan_hint */] [FROM] [ ONLY ] table_name [partition_clause] [ * ] [ [ AS ] alias ]    [ USING using_list ]    [ WHERE condition | WHERE CURRENT OF cursor_name ]    [ LIMIT { count } ]    [ RETURNING { * | { output_expr [ [ AS ] output_name ] } [, ...] } ];
support.huaweicloud.com/centralized-devg-v2-opengauss/devg_03_0589.html