Bonjour,
Pourquoi lorsque je lance la requête suivante :
Code:
1
2
3
4
5
6 UPDATE Temp_Stock SET StockDate = ( SELECT REPLACE(StockDate, '-', '/') FROM Temp_Stock WHERE StockDate IS NOT NULL)
j'ai le message suivant :
Merci.Citation:
This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expres