C
C
Chvalov2018-02-28 19:16:26
MySQL
Chvalov, 2018-02-28 19:16:26

Is there a constructor for complex SQL queries?

I am looking for software for a visual query builder, according to given criteria

. For example, to be able to build such a query:
Select the names of departments in Kiev (KYIV), with employees who got a job in the winter of 2017

DEPARTMENT
departament_id, name, location_id
LOCATION
location_id, name
EMPLOYEE
id, lname, fname, hire_date, manager_id

Answer the question

In order to leave comments, you need to log in

4 answer(s)
#
#, 2018-02-28
@mindtester

so dance from the database:
- built-in access
- for MS SQL - SSMS , VS + SSDT
- DevArt dbForge studios
- .. for the rest - so google to help .. builders are really crazy .. though "the rest" are often already paid. .. but in most cases it's enough to try, the pirate brothers help ))
ps https://www.jetbrains.com/datagrip/ again .. (although it's paid .. by the way .. JetBrains has all betas of all products - free ;) ))).. as well as cross-platform mostly .. well, https://www.jetbrains.com/toolbox/app/?fromMenu to help ;))) .. in the sense that to build a request and then try it on somewhere - I think the betas will be mostly quite suitable))

B
Barmunk, 2018-02-28
@Barmunk

Navicat can build queries visually
queryBuilder.png

M
metallix, 2018-02-28
@metallix

Yes, I have. It's called the brain.
And all sorts of designers, I think the game is complete.
Yes, and the request from TS'a is simple, why constructors?

A
Alex Bowey, 2018-03-01
@Toha96Toha

Better write yourself Sooner or later you will learn

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question