Hi to all!
i have one problem i have table like this:
ID DAT BOD
1, '19540801', 73,
2, '19540726', 75,
3, '19550801', 75,
4, '19550906', 75,
5, '19540725', 74,
and when i use this query
select id,dat,bod from test.datum order by bod
i got this :
ID DAT BOD
1, '19540801', 73
5, '19540725'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.