das time wegen den spalten namen..
aber nach olangen hin und her hab ich es jetzt mal so gemacht
SELECT TOP 10 CONVERT(char(11), time, 104) time
FROM [dbo].[table]
WHERE CONVERT(char(11), time, 104) LIKE '%27.03.2002%'
das geht
aber jetzt ist die frage was ist schneller und effektiver !?!?1
danke schonmal fpr deine hilfe
aber nach olangen hin und her hab ich es jetzt mal so gemacht
SELECT TOP 10 CONVERT(char(11), time, 104) time
FROM [dbo].[table]
WHERE CONVERT(char(11), time, 104) LIKE '%27.03.2002%'
das geht
aber jetzt ist die frage was ist schneller und effektiver !?!?1
danke schonmal fpr deine hilfe
Kommentar