List tables in a azure synapse schema

Date de publication

16 août 2024

tables_available <- dbGetQuery(con,
                               "SELECT table_name FROM information_schema.tables
                   WHERE table_schema='my_schema'")

Réutilisation

Citation

BibTeX
@online{2024,
  author = {},
  title = {List tables in a azure synapse schema},
  date = {2024-08-16},
  url = {https://aidememoire.netlify.app/sql/list_tables_in_schema.html},
  langid = {fr}
}
Veuillez citer ce travail comme suit :
“List tables in a azure synapse schema.” 2024. August 16, 2024. https://aidememoire.netlify.app/sql/list_tables_in_schema.html.