MySQL Forums
Forum List  »  Newbie

TABLE_SCHEMA query
Posted by: Erik Lee
Date: February 07, 2017 10:10PM

select table_name, table_schema from information_schema.tables where TABLE_SCHEMA like 'Net%'

--
Can someone point out why the TABLE_SCHEMA column is displayed like so:-

db_structure.php?db=net_drupal8&token=aec0260ffa9142ea7846f67fcd80a2


i thought the content started with 'Net......' matching the LIKE clause

Options: ReplyQuote


Subject
Written By
Posted
TABLE_SCHEMA query
February 07, 2017 10:10PM
February 08, 2017 12:21AM
February 08, 2017 03:48AM
February 08, 2017 01:02PM
February 09, 2017 03:18PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.