HELP - Fetch function retrieves wrong output from Database
    5 次查看(过去 30 天)
  
       显示 更早的评论
    
Hello!!
I was wondering if anyone knows why I get such an error. Here's the situation: I have a Database with 15 rows and when I want to retrieve one of the columns, the data is not sorted the same way as in the database.
My Database column:
3000
9900
9900
3000
4000
9900
9900
9900
9900
3000
3000
9900
9900
9900
9900
The Fetch function returns:
        3000
        4000
        3000
        9900
        9900
        9900
        9900
        9900
        9900
        9900
        9900
        3000
        9900
        9900
        3000
any idea how to solve this?? This is very urgent!!!
Thanks in advance!!!
0 个评论
回答(0 个)
另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Database Toolbox 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
