Dragonliu2018 opened a new pull request, #36280:
URL: https://github.com/apache/doris/pull/36280

   ## Proposed changes
   
   Issue Number: refers https://github.com/apache/doris/issues/34228
   
   <!--Describe your changes.-->
   add pi as default value, such as:
   ```sql
     CREATE TABLE IF NOT EXISTS t1
     (
         k TINYINT,
         v double not null DEFAULT PI
     )
     UNIQUE KEY(k)
     DISTRIBUTED BY HASH(k)
     PROPERTIES("replication_num" = "1");
   ```
   


-- 
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]

Reply via email to