When writing a query, can I refer to the current database name, sort of like with the this keyword in Java? I am writing a script that I will use against several similar databases, and I need to query a table information_schema.KEY_COLUMN_USAGEwith a column CONSTRAINT_SCHEMAin my sentence WHERE.
source
share