Skip to contents

Detect table names from an SQL query

Usage

sql_identify_table_name(query, tables)

Arguments

query

the SQL query

tables

the list of all tables from the database

Value

a character with the identified tables name(s) from the SQL query