We have tried that the numbers converted by the functions  cast ()  and  convert ()  all have maximum values, but there is a problem in directly comparing the size of strings, so is there any good solution? 
attachment: the following method is also available on the network
SELECT ("4294967295000000000000000000000000000000000000000000000000" + 0) >
       ("4294967295000000000000000000000000000000000000000000000000" + 1);
but the result is 0 anyway. So it still doesn"t work!
