Created
November 15, 2017 13:06
-
-
Save lilac/92c979e24260f675773a2c91af73b5e0 to your computer and use it in GitHub Desktop.
Conditional insert into log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
insert into red_packet select 3, 20.0 from red_packet having sum(amount) < 10; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment