Viewing 5 posts - 1 through 6 (of 6 total)
select top 10 * from dbo.Table_1 and order by DateExpensed ASC
I tried this but again is not working
September 5, 2018 at 10:20 am
I tried using this
select TOP 10 from DateExpensed where * from dbo.Table_1 order by DateExpensed ASC
however it has not worked
September 5, 2018 at 10:00 am
Thanks all. It worked by changing the OR to AND.
Couldn't see the own fault in my logic -_-
August 29, 2018 at 8:27 am
Viewing 5 posts - 1 through 6 (of 6 total)