
<form action="register.php" method="post">
在查询分析器里可以这样:select *
from FirstDatabase.dbo.Table1 x,SecondDatabase.dbo.Table1 y
where x.recid = x.recid
表名前加数据库名再加dbo,但是在程序里不知道能用不。
/*获得数据库中所有用户表的名称(SQL SERVER)*/
select name
from sysobjects
where xtype like 'u%'
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)