python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Searching a keyword in multiple tables and returning which tables contain it
A pretty common query to use is
SELECT distinct ex1.Column1
FROM ExampleTable1 as ex1
WHERE ex1.Column1 like '%KW1%'
Now this will return all the distinct values from that table, if it's there, but t...
jon
Votes: 0
Answers: 1
How can I use Azure Data Studio's SQL formatting with DBeaver?
I really love DBeaver as a database query tool, but I don't like the default SQL formatting that is has.
I'm wondering if it's possible to point to the SQL formatting that is used by Azure Data Studio...
Frantumn
Votes: 0
Answers: 1
Error restoring a sql server database on mac using a docker
I am trying to restore a backup to a docker container that contains the sql server 2019 service.
I am using Mac and for which I am using Azure Data Studio for the connection
Script in Azure Data Studi...
Deybi Tabora Paz
Votes: 0
Answers: 0
How/what to import to dbdiagram.io?
Hey I'm pretty new to databases and I want to create a diagram of the db I'm using with dbdiagram.io so that I can't understand the relationships better. What sort of script/file am I supposed to use ...
KTQuestions
Votes: 0
Answers: 1