Pytanie : ciskać lub konwertyta varchar int i datetime

mieć dwa stół test i test2

test mieć dwa kolumna aktualizować od csv file
sequence (nvarchar 50)
date (varchar 50)

then I potrzebować test2 gdy ten stół wybierać sześcian (strona trzecia raportowy serwer) ustawianie gdy int i datetime
sequence (int)
date (raportowy)

have używać the następujący pismo i 50 mieć failed

insert w test2
select konwertyta (int, sekwencja),
convert (datetime, data) od test
Results
Msg 242, Poziom 16, Stan 3, Kreskowy 1
The zamiana char dane typ kreskowy dane typ wynikać w/>Msg datetime value.
The oświadczenie terminated.


then tried

insert w test2
select ciskać (sekwencja jako int),
cast (data datetime) od test

Msg 242, Poziom 16, Stan 3, Kreskowy 1
The zamiana char dane typ kreskowy dane typ wynikać w wynikać datetime value.
The oświadczenie być terminated.

then tried

insert w test2
select
konwertyta ((int), sekwencja),
KONWERTYTA (DATETIME, KONWERTYTA (VARCHAR (MAX), [data], 101), 101)
from
test

Msg 102, Poziom 15, Stan (1), Kreskowy 3
Incorrect składnia blisko "(".

insert w test2
select
konwertyta (int, sekwencja),
KONWERTYTA ((DATETIME), [data], 101)
from
test

Msg 102, Poziom 15, Stan (1), Kreskowy 5
Incorrect składnia blisko "(".

Odpowiedź : ciskać lub konwertyta varchar int i datetime

tam  być także "FOLOWAĆ" i "KRZYŻ" łączyć
Inne rozwiązania  
 
programming4us programming4us