Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				 C0D4644183yThere's no greater feeling then navigating around a well structured database plucking out the fields you need. C0D4644183yThere's no greater feeling then navigating around a well structured database plucking out the fields you need.
 
 On the other hand, I'll take a bourbon and a shotgun to the head when there's many-to-many tables that need to be rejoined to navigate around tables, those suck ass.
- 
				
				 C0D4644183y@nousernamehere you can use an ORM and bring the query back to code layer, but either way you should know how to query a DB well and efficiently. C0D4644183y@nousernamehere you can use an ORM and bring the query back to code layer, but either way you should know how to query a DB well and efficiently.
- 
				
				 Voxera108833yI like solving queries but I do not like to just spend days querying databases manually, I create queries that is then used in the applications. Voxera108833yI like solving queries but I do not like to just spend days querying databases manually, I create queries that is then used in the applications.
 
 And I rarely use any tool to help writing, some intellisense but thats all.
- 
				
				 Voxera108833y@gitpush MA used to have a template solution to generate html directly on the sqlserver some 20+ years ago or so :P Voxera108833y@gitpush MA used to have a template solution to generate html directly on the sqlserver some 20+ years ago or so :P
- 
				
				Design and writing complex SQL is a bit like a sado maso session with a switcher, someone who tops or bottoms...
 
 Sometimes the database fucks you hard.
 
 Sometimes you fuck back.
 
 In the end, it can be a very happy session or if you were just fucked, a very painful and boring one.
Related Rants







 I hope they know what they're doing!
I hope they know what they're doing!
 So apparently this is an official company in the UK
So apparently this is an official company in the UK
Does anyone here really like typing SQL? I mean just typing queries all day long? Are touch typing and sql related? Next on google: How to build a backend app with only sql?
rant
typing
sql