Search for a particular column

  • Is there a script out there that will search a database for a particular column name? I have seen a column named "Last Date Used" but I can not locate it anywhere. Any help will be greatly appreciated.

  • select * from information_schema.columns where column_name = 'lname'

  • Perfect! Thank you so much!

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply