This commit is contained in:
2024-02-22 14:48:01 -05:00
parent 9b347d2820
commit f62b648f97
53 changed files with 4247 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
use market_data;
SHOW TABLE STATUS where name like 'analystratings'
SHOW FULL COLUMNS FROM analystratings
USE market_data;
SELECT @@character_set_database, @@collation_database
use market_data;
SHOW TABLE STATUS where name like 'analystratings'
SHOW FULL COLUMNS FROM analystratings