in MYSQL how to get specific columns name for example: i have following cols in databse
ID
NAME
ADDRESS
MOBILE
below query shows all the above columns name but i want to get all cols except ID and MOBILE.
SHOW COLUMNS FROM CONSIGNEE
in MYSQL how to get specific columns name for example: i have following cols in databse
ID
NAME
ADDRESS
MOBILE
below query shows all the above columns name but i want to get all cols except ID and MOBILE.
SHOW COLUMNS FROM CONSIGNEE