sqlnotebook
sqlnotebook copied to clipboard
Casual data exploration in SQL
I'm trying to export some data to text files: ```sql Declare $TablesCount = (select count(name) from sqlite_master where type='table') Declare $TableName Declare $FileName For $counter = 0 To $TablesCount-1 Begin...
Hi team, I am trying to open json file and getting below error. The file type .json is not supported. 
Cannot connect to a SQL Azure database via Azure Active Directory authentication.
Trying to set up a connection to SQL server using URL jdbc:jtds:sqlserver://localhost:1433;DatabaseName=ACPDEV with a verified username and password I keep getting a cannot connect message This URL works in DBVisualizer
only support win?
Good morning, Can your LIST_FILES function accept a VAR for the root_path e.g. a folder string?
Submitted in https://github.com/electroly/sqlnotebook/discussions/46
When I use save command,it can save on disk with new filename. But it open new sqlnb file immediately,it does not exit the sqlnotebook application. Can change the condition that...