摘要:
/***** 1.获取所有数据库名: ******/Select Name FROM Master..SysDatabases ORDER BY Name 如图:/*****2.获取所有表名: DMp0708 是数据库名******//***** XType='U':表示所有用户表; ******//***** XType='S':表示所有系统表; ******/Select * FROM DMp0708.dbo.SysObjects Where XType='U' orDER BY Name /**Name*//*****-- 3.获取DMp0 阅读全文
摘要:
I've been working for the past 15 months on repairing my rusty math skills, ever since I read a biography of Johnny von Neumann. I've read a huge stack of math books, and I have an even bigger stack of unread math books. And it's starting to come together. 自从我读了Johnny von Neumann的传记,我已经为弥补我糟糕的数学技能花了 阅读全文