Memo
vscode sqltools db select 예시
leopard4
2023. 5. 16. 15:20
-- ai_image_db is the database name
-- posting is the table name
select * from ai_image_db.posting;
sqltools docs