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

Вниз

Работа с типом данных TABLE   Найти похожие ветки 

 
harisma   (2008-03-04 14:13) [0]

Кто подскажет, почему не работает такой код:

declare @tbl TABLE(RECID varchar(16))
select D.RECID into @tbl
FROM dictionaries_C3AD665D2FD8E140 as D

?


 
Sergey13 ©   (2008-03-04 14:14) [1]

> [0] harisma   (04.03.08 14:13)
> почему не работает такой код:

А как он не работает?


 
harisma   (2008-03-04 14:19) [2]

Server: Msg 170, Level 15, State 1, Line 2
Line 2: Incorrect syntax near "@tbl".


 
harisma   (2008-03-04 14:19) [3]

У меня MSSQL 2000


 
Johnmen ©   (2008-03-04 14:20) [4]

А где он не работает?


 
clickmaker ©   (2008-03-04 14:45) [5]

может, поэтому:

The SELECT INTO statement creates a new table and populates it with the result set of the SELECT. The structure of the new table is defined by the attributes of the expressions in the select list

...

Within its scope, a table variable may be used like a regular table. It may be applied anywhere a table or table expression is used in SELECT, INSERT, UPDATE, and DELETE statements. However, table may not be used in the following statements:
INSERT INTO table_variable EXEC stored_procedure

SELECT select_list INTO table_variable statements

(c) BOL


 
Ega23 ©   (2008-03-04 14:59) [6]

Потому, что
Insert into @tbl (recID)
 Select D.recID  FROM dictionaries_C3AD665D2FD8E140 as D


 
harisma   (2008-03-04 15:42) [7]

А можно как-то без команды INSERT мою проблему решить?


 
Павел Калугин ©   (2008-03-04 16:07) [8]


> А можно как-то без команды INSERT мою проблему решить?

можно. тогда лишнее
declare @tbl TABLE(RECID varchar(16))

достаточно просто
select D.RECID into #tbl
FROM dictionaries_C3AD665D2FD8E140 as D



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

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

Наверх




Память: 0.48 MB
Время: 0.016 c
15-1215731365
wl
2008-07-11 03:09
2008.08.31
тестирую AlphaControls v5.45b. Как это выглядит у вас?


8-1184936230
DmitriyZ
2007-07-20 16:57
2008.08.31
Как в Delphi сгенерировать звук произвольной частоты и вывести ег


15-1215472450
Хохол
2008-07-08 03:14
2008.08.31
Система сообщений(философия)


11-1192972349
Dodfr
2007-10-21 17:12
2008.08.31
Problem with 2.83 since 2.53


15-1215588601
pasha_golub
2008-07-09 11:30
2008.08.31
Куда ложить библиотеки