Viewing 5 posts - 1 through 6 (of 6 total)
Hi Steve... still no default dark mode?
Whenever I get sad, I stop being sad and be awesome instead… true story!
March 27, 2024 at 10:36 am
Hi Steve... still no default dark mode? 🙁
Whenever I get sad, I stop being sad and be awesome instead… true story!
March 27, 2024 at 10:35 am
hi,
You can change the first day of the week by using the @@DATEFIRST keyword.
http://msdn.microsoft.com/en-us/library/ms181598(SQL.90).aspx
Regards,
Hanri
Whenever I get sad, I stop being sad and be awesome instead… true story!
April 8, 2010 at 5:27 am
Hi, Great to see all the ways to manipulate dates in SQL.
Here is another way of doing it rather quickly.
SELECT CAST(CAST(GETDATE() AS CHAR(11)) AS DATETIME)
Cool stuff,
Hanri
Whenever I get sad, I stop being sad and be awesome instead… true story!
April 8, 2010 at 5:23 am
Hi,
are you using TOAD (Tool for Application Developers) with you oracle database? I'm also new to Oracle, and have realised you can't execute more that one select statement in...
Whenever I get sad, I stop being sad and be awesome instead… true story!
May 22, 2009 at 2:55 am
Viewing 5 posts - 1 through 6 (of 6 total)