[thelist] Easy (?) Database Question

Anthony Baratta Anthony at Baratta.com
Fri Jan 5 13:05:10 CST 2001


If you are using MS SQL you can use the following SQL:

SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME ='<table_name>'

just replace <table_name> with your target table.
---
Anthony Baratta
President
Keyboard Jockeys





More information about the thelist mailing list