Bien sûr
CREATE VIEW AView
AS
SELECT CAST(title AS char(50))
FROM titles
Alors consultez CAST et CONVERT sur les pages msdn pour plus d'informations
Bien sûr
CREATE VIEW AView
AS
SELECT CAST(title AS char(50))
FROM titles
Alors consultez CAST et CONVERT sur les pages msdn pour plus d'informations