martedì 13 settembre 2011

settare un campo di tipo datetime in SQL


update NomeTabella

set NomeColonna = convert(datetime,'31/12/2099')
WHERE nnc_cartcanas = 'ADB'

Nessun commento: