Can now create object for view
This commit is contained in:
parent
2293c1409a
commit
2f346c3f8e
2 changed files with 114 additions and 21 deletions
|
|
@ -3,5 +3,6 @@ SELECT
|
|||
FROM
|
||||
information_schema.columns
|
||||
WHERE
|
||||
columns.table_name='bank';
|
||||
columns.table_schema='syndicat'
|
||||
and columns.table_name='vw_historic';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue