Monday, January 8, 2018

MySql Query To List All The Tables in Perticular Database

MySql Query To List All The Tables in Perticular Database


MySql  Query:
 
SELECT TABLE_NAME
FROM INFORMATION_SCHEMA.TABLES
WHERE TABLE_SCHEMA = test



Example OutPut:




visit link download

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.