J
JohnZing
Hi
i need to do a query like
select max(column1) from MyTable
but, i don't know the column1 name. It could be MemberID, ArticleID.... and
so on...
Is there a way to indicate the column position... something like
select max([1]) from MyTable
Thank you
i need to do a query like
select max(column1) from MyTable
but, i don't know the column1 name. It could be MemberID, ArticleID.... and
so on...
Is there a way to indicate the column position... something like
select max([1]) from MyTable
Thank you