Actually i want to access index number of a column name in databaselike that-
Select indexnumber(Stu_Name) from Student
please give me the answer
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nilesh PatilPosted Sep 28, 2017, 8:34 AM
Sandy BhardwajPosted Sep 29, 2017, 1:30 AM
FROM INFORMATION_SCHEMA.COLUMNS AS C
WHERE C.TABLE_NAME = 'PartyMaster'