hello,
i know the what i want to do, is the opposite of 3ed noraml Form DB. but this is my case!
i have table costemers. includes "name" column
i have talbe orders. includes "date" and "amount" column
i would like to read costerms who thier name starts with 'm' and i want to read in the same...
thank you guys. the example helped :)
i wonder that there is no sth like the Opposite of TOP 1
if i say select TOP 1 count, text from Table where id=123
i will get the ROW where count=1.
sql will be more powerful if it includes sth like TOP max to give the LAST ROW.
thx.
if i group by the date for example i will get all rows where id=123,
and i dont want that.
i searched the forum and i found sth like TOP 10
thread220-733075 i need ONLY the last ROW in my example the raw with count=2
btw, this count is varialbe so users have 100 count other have 200 count, i...
hi, i have such table
count id text date
1 123 blablaa 01.01.2004
2 123 booboo 12.12.2003
1 321 dddddd 14.01.2003
now i want to show only the max(count) ROW but without th group by the rest where...
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.