Can now create object for view

This commit is contained in:
Dany De Bontridder 2010-09-11 00:56:52 +00:00
parent 2293c1409a
commit 2f346c3f8e
2 changed files with 114 additions and 21 deletions

View file

@ -3,5 +3,6 @@ SELECT
FROM
information_schema.columns
WHERE
columns.table_name='bank';
columns.table_schema='syndicat'
and columns.table_name='vw_historic';