Viewing 5 posts - 1 through 5 (of 5 total)
Hi Steve... still no default dark mode?
March 27, 2024 at 10:36 am
Hi Steve... still no default dark mode? 🙁
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
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
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...
May 22, 2009 at 2:55 am
Viewing 5 posts - 1 through 5 (of 5 total)