Blog
Writing on software, AI, and building things.
developertechpersonallifeaspnetcareerreflectionazurecsharpdebuggingdynamics-365internet-safetymumbaisqltesting-automationweb-servicesaiartaspnet-mvccollege-dayscyclingengineeringgardeningiislinqsecuritysharepoint
2 posts tagged sql. Clear filter
- dbms_output.put_line NOT WORKINGSeptember 6, 2012
In SQL Developer, do you ever face issue while running some test oracle script like below and want to see the dbms output..? and you don't see the dbms outpu...
- Comparing or fetching only date parts (without time) from datetime in SQL ServerNovember 17, 2009
The function Cast(Floor(Cast(GetDate() As Float)) As DateTime) returns a datetime datatype with the time portion removed and could be used as so. Select Tabl...