Hi there - I forgot my SQL book today and can't remember how to search all the tables in a database.
It requires to have FROM and is not taking *.
I know this is stupid - I'd much appreciate your help guys.
So it would be soething like this:
SELECT *
FROM - all tables in a database?
WHERE (PageId = '14061')
Regards
It requires to have FROM and is not taking *.
I know this is stupid - I'd much appreciate your help guys.
So it would be soething like this:
SELECT *
FROM - all tables in a database?
WHERE (PageId = '14061')
Regards