The SQL statement is:
Select *
The from d_icd_diagnoses
Where icd9_code between '7463' and '7466'
Please note: '7463' there is a space behind the location of the string,
I want to ask next, '7463' and '7463' is there a difference? Is' 7463 'query range is' 7463', '74630 -' 74639 '?
What's in between principle is like this? Explain,