Answer the question
In order to leave comments, you need to log in
How to sort rows in postgresql?
Hello. I have this sql query:
SELECT id_kucoin_s, secret_kucoin_s, kucoin_phrase_s, order_amount_kucoin_s, take_profit_kucoin_s, order_size_kucoin_s
FROM bot_users
WHERE premium=true and id_kucoin_s is not null
ORDER BY take_profit_kucoin_s DESC;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question