GET_FLOW_POOL_MONTH_STAT
This commit is contained in:
parent
3072935201
commit
964eb353a4
@ -7,7 +7,7 @@ CREATE OR REPLACE VIEW virtual_flow_pool_settings_view AS
|
|||||||
gradient_price / pow(1024, gradient_unit) as gradient_price,
|
gradient_price / pow(1024, gradient_unit) as gradient_price,
|
||||||
start_at,
|
start_at,
|
||||||
end_at
|
end_at
|
||||||
FROM virtual_flow_pool_settings
|
FROM virtual_flow_pool_settings;
|
||||||
|
|
||||||
CREATE OR REPLACE FUNCTION GET_FLOW_POOL_MONTH_STAT(INT)
|
CREATE OR REPLACE FUNCTION GET_FLOW_POOL_MONTH_STAT(INT)
|
||||||
RETURNS TABLE
|
RETURNS TABLE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user