Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
Return integer instead of float
0
Doing the following query 'select 2/3;' returns 0 but it should return 0.66666 . How I can get the decimals values?