Pabitra@Microsoft.Research
Translate
Monday, 24 April 2017
MySQl : check existance of table in MySQL database by table name and database name
select table_name from information_schema.tables
where table_schema = 'databaseName' and table_name LIKE 'tableName'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment