IEnumerable "<"invention">" invention = from i in DataContext.invention where i.Sharable == true select i
select NOW() + (random() * (NOW()+'90 days' - NOW())) + '30 days';
UPDATE stock SET trans_date = NOW() + (random() * (NOW()+'90 days' - NOW())) + '30 days';
No comments:
Post a Comment