Viewing 2 posts - 1 through 2 (of 2 total)
I presume I can just union tables? I extract them by the query below so them I am sure all are included.
SELECT *
FROM INFORMATION_SCHEMA.TABLES
WHERE (TABLE_NAME LIKE 'abcd%' )
order by TABLE_NAME
Thank...
November 19, 2020 at 5:20 pm
#3811656
Hi,
I also need to Create View Script for all tables for report purposes. Tables get updated daily. I can't afford any crashing.
I am a novice in SQL, I would appreciate...
November 19, 2020 at 4:12 pm
#3811623