Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2004.02.25;
Скачать: CL | DM;

Вниз

View vs Table   Найти похожие ветки 

 
xxxx   (2004-01-30 16:25) [0]

Здраствуйте!
как програмным путем (при помощи запроса) различить
v


 
ZrenBy ©   (2004-01-30 16:28) [1]


select
table_type
from
information_schema.tables
where
table_name="MyName"


 
xxxx   (2004-01-30 17:24) [2]

use master - дает список баз
БД1, БД2, БД3 и т.д.

1) далее пишем
use БД1

2) получаем список tables
ADOConnect


 
ZrenBy ©   (2004-01-30 17:50) [3]


use pubs
--Список таблиц в БД pubs
select name from sysobjects where xtype="U"
--или
select table_name from information_schema.tables where table_type="base table"

--Список вьюх в БД pubs
select name from sysobjects where xtype="V"
--или
select table_name from information_schema.tables where table_type="view"

--Список SP в БД pubs
select name from sysobjects where xtype="P"
--или
select specific_name from information_schema.routines

--Список полей в таблице authors
select
column_name,
data_type,
character_maximum_length
from
information_schema.columns
where
table_name = "authors"


 
xxxx   (2004-01-31 10:39) [4]

OGROMNOYE SPASIBO!!!!!!!!!!!



Страницы: 1 вся ветка

Текущий архив: 2004.02.25;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.032 c
3-79629
geg
2004-02-02 11:23
2004.02.25
Перенос данных между таблицами


1-79824
666
2004-02-10 23:49
2004.02.25
Поиск доков по проблемам ИИ


1-79778
VID
2004-02-11 03:01
2004.02.25
TWebBrowser::Проблемы


14-80091
Mox Fulder
2004-02-03 15:24
2004.02.25
DivX


6-80061
Term!
2003-12-19 12:22
2004.02.25
Не работает Win-CGI приложение