Need in Navicat for Mysql inside use SQL to create, if just the SQL,
Set @ STR=CONCAT (' select * from online_real_data_d_8_ ', DATE_FORMAT (now (), '% Y % m % d));
Prepare STMT from @ STR;
The execute STMT
This can be achieved, but now I want to create a view, can't use it,
CodePudding user response:
In the sys. All_objects contains all database objects, you find out the type=U, create_date can find all the shows, and then query for each table,CodePudding user response:
Check all the table names: conditions can add
The select table_name from information_schema. Tables where table_schema='CSDB' and table_type='base table'
CodePudding user response:
Didn't understand,,,,,CodePudding user response:
The