/ Published in: SQL
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
--search for tables in a database named like SELECT name AS TableName FROM sysobjects WHERE sysobjects.type = 'U' AND Name LIKE '%ci%'