Skip to content

Reactive SQL Client, with SQL Server query return invalid negative number #30628

Answered by DevEnol
DevEnol asked this question in Q&A
Discussion options

You must be logged in to vote

My workaround to fix this, is to convert the column in the select statement:

SELECT p_code, CAST(avg_buy AS VARCHAR) buy_avg, CAST(avg_sell AS VARCHAR) sell_avg FROM test_bug

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@tsegismont
Comment options

Answer selected by DevEnol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants