vscode-sql-notebook
vscode-sql-notebook copied to clipboard
Problem in visualize data format
Hi, when call for this table I got this:
id_contatto nome cognome data_creazione eta 1 Mario Bianchi "1995-10-14T23:00:00.000Z" 50 2 Andrea Verdi "2003-04-04T22:00:00.000Z" 35 3 Luigi Rossi "2013-02-24T23:00:00.000Z" 25 4 Anna Esposito "2020-01-27T23:00:00.000Z" 37 5 Simona Parisi "2018-04-27T22:00:00.000Z" 4
1
"1995-10-14T23:00:00.000Z"
Hmm. Can you share more details about the table schema and database backend type (mysql, postgres, etc.)?